Skip to content

Commit

Permalink
Bump version to 0.11.2 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjhongwu committed May 14, 2024
1 parent b2f3bc9 commit fd026b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion strong-type-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "strong-type-derive"
description = "Macro implemenation for #[derive(StrongType)]"
version = "0.11.1"
version = "0.11.2"
edition = "2021"

license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion strong-type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ repository = "https://github.com/yunjhongwu/strong-type"
readme = "../README.md"

[dependencies]
strong-type-derive = { version = "0.11.1", path = "../strong-type-derive" }
strong-type-derive = { version = "0.11.2", path = "../strong-type-derive" }

0 comments on commit fd026b3

Please sign in to comment.