Skip to content

Commit

Permalink
bump to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed May 23, 2023
1 parent 68f7307 commit ccdf597
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.1.5"
version = "0.1.6"
edition = "2021"
authors = ["sam0x17"]
license = "MIT"
Expand All @@ -16,4 +16,4 @@ description = "Docify allows you to live-embed at compile time pieces of code fr
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
docify_macros = { path = "macros", version = "0.1.5" }
docify_macros = { path = "macros", version = "0.1.6" }
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.1.5"
version = "0.1.6"
edition = "2021"
authors = ["sam0x17"]
license = "MIT"
Expand Down

0 comments on commit ccdf597

Please sign in to comment.