diff --git a/Cargo.toml b/Cargo.toml index 8ae52b8..896d748 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["macros"] [package] name = "docify" -version = "0.1.12" +version = "0.1.13" edition = "2021" authors = ["sam0x17"] license = "MIT" @@ -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.12" } +docify_macros = { path = "macros", version = "0.1.13" } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index fad4538..b5ba3cb 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docify_macros" -version = "0.1.12" +version = "0.1.13" edition = "2021" authors = ["sam0x17"] license = "MIT"