Skip to content

Commit

Permalink
bump to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Sep 14, 2023
1 parent ce074bf commit 92b0e25
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.1"
version = "0.2.2"
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.1" }
docify_macros = { path = "macros", version = "0.2.2" }

[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.1"
version = "0.2.2"
edition = "2021"
authors = ["sam0x17"]
license = "MIT"
Expand Down

0 comments on commit 92b0e25

Please sign in to comment.