Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 5, 2023
1 parent a549d25 commit 5374ffb
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 = "analytics-next"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"

Expand All @@ -18,7 +18,7 @@ serde = { version = "1", features = ["derive" ] }
serde_json = "1"
wasm-bindgen = "0.2.87"

analytics-next-sys = { version = "0.1.1", path = "analytics-next-sys" }
analytics-next-sys = { version = "0.1.2", path = "analytics-next-sys" }

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion analytics-next-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "analytics-next-sys"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

license = "Apache-2.0"
Expand Down

0 comments on commit 5374ffb

Please sign in to comment.