Skip to content

Commit

Permalink
bump to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Sep 20, 2023
1 parent bd892d2 commit cfa2171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["macros"]

[package]
name = "docify"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["sam0x17"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/sam0x17/docify"
description = "Docify allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples."

[dependencies]
docify_macros = { path = "macros", version = "0.2.3" }
docify_macros = { path = "macros", version = "0.2.4" }

[dev-dependencies]
proc-utils = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "docify_macros"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["sam0x17"]
license = "MIT"
Expand Down

0 comments on commit cfa2171

Please sign in to comment.