Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Nov 14, 2023
1 parent a14c531 commit f8190fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "cw-storage-plus"
version = "1.1.0"
version = "1.2.0"
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
edition = "2021"
description = "Enhanced storage engines"
Expand All @@ -26,7 +26,7 @@ bench = false
cosmwasm-std = { version = "1.3.3", default-features = false }
schemars = "0.8.3"
serde = { version = "1.0", default-features = false, features = ["derive"] }
cw-storage-macro = { version = "1.1.0", optional = true, path = "macros" }
cw-storage-macro = { version = "1.2.0", optional = true, path = "macros" }

[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
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 = "cw-storage-macro"
version = "1.1.0"
version = "1.2.0"
authors = ["yoisha <48324733+y-pakorn@users.noreply.github.com>"]
edition = "2018"
description = "Macro helpers for storage-plus"
Expand Down

0 comments on commit f8190fb

Please sign in to comment.