Skip to content

Commit

Permalink
bindings: Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Jun 7, 2024
1 parent 6d4110b commit f1a3ba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion seshat-node/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 seshat-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matrix-seshat"
version = "3.0.1"
version = "4.0.0"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
license = "Apache-2.0"
exclude = ["artifacts.json", "index.node"]
Expand All @@ -17,7 +17,7 @@ fs_extra = "1.3.0"
serde_json = "1.0.61"
neon-serde3 = "0.10.0"
uuid = "1.3.0"
seshat = { version = "4.0.0", path = "../" }
seshat = { version = "4.0.0" }

[dependencies.neon]
version = "0.10.1"
Expand Down

0 comments on commit f1a3ba4

Please sign in to comment.