Skip to content

Commit

Permalink
chore: bump versions for 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Aug 13, 2024
1 parent a1e819f commit 55a71dc
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
@@ -1,6 +1,6 @@
[package]
name = "extism-pdk"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
authors = ["The Extism Authors", "[email protected]"]
license = "BSD-3-Clause"
Expand All @@ -12,7 +12,7 @@ description = "Extism Plug-in Development Kit (PDK) for Rust"
anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
extism-pdk-derive = { path = "./derive", version = "1.2.0" }
extism-pdk-derive = { path = "./derive", version = "1.2.1" }
extism-manifest = { version = "1.2.0", optional = true }
extism-convert = { version = "1.2.0", features = ["extism-pdk-path"] }
base64 = "0.22.1"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extism-pdk-derive"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
authors = ["The Extism Authors", "[email protected]"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 55a71dc

Please sign in to comment.