Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 15, 2024
1 parent 61c3d5b commit 77b28a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "analytics-next"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "Apache-2.0"

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

analytics-next-sys = { version = "0.1.3", path = "analytics-next-sys" }
analytics-next-macro = { version = "0.1.3", path = "analytics-next-macro" }
analytics-next-sys = { version = "0.1.4", path = "analytics-next-sys" }
analytics-next-macro = { version = "0.1.4", path = "analytics-next-macro" }

[workspace]
members = [
Expand Down
4 changes: 2 additions & 2 deletions analytics-next-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "analytics-next-macro"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

license = "Apache-2.0"
Expand All @@ -18,4 +18,4 @@ quote = "1.0"

[dev-dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_json = "1"
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.3"
version = "0.1.4"
edition = "2021"

license = "Apache-2.0"
Expand Down

0 comments on commit 77b28a9

Please sign in to comment.