Skip to content

Commit

Permalink
Bump version to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
overfloat committed Mar 17, 2021
1 parent 2e0ddc1 commit 98d9cf5
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 = "rillrate-js"
version = "0.23.0"
version = "0.23.1"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
"overfloat <rillrate@gmail.com>",
Expand All @@ -22,7 +22,7 @@ crate-type = ["cdylib"]
napi = "1.3.2"
napi-derive = "1.0.0"
once_cell = "1.7.2"
rillrate = "0.23.0"
rillrate = "0.23.1"

[target.'cfg(all(unix, not(target_env = "musl"), not(target_arch = "aarch64")))'.dependencies]
jemallocator = { version = "0.3.2", features = ["disable_initial_exec_tls"] }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rillrate/rillrate",
"version": "0.23.0",
"version": "0.23.1",
"description": "rillrate bindings for node.js",
"main": "index.js",
"repository": "git@github.com:rate-technology/rillrate-js.git",
Expand Down

0 comments on commit 98d9cf5

Please sign in to comment.