Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zh217 committed Nov 9, 2022
1 parent 1fb5275 commit b4eec94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cozo-node"
version = "0.1.4"
version = "0.1.6"
description = "Cozo database for NodeJS"
authors = ["Ziyang Hu"]
license = "MIT/Apache-2.0/BSD-3-Clause"
Expand All @@ -20,7 +20,7 @@ io-uring = ["cozo/io-uring"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cozo = { version = "0.1.4" }
cozo = { version = "0.1.6" }
lazy_static = "1.4.0"

[dependencies.neon]
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": "cozo-node",
"version": "0.1.4",
"version": "0.1.6",
"description": "Cozo database for NodeJS",
"main": "index",
"files": [
Expand Down

0 comments on commit b4eec94

Please sign in to comment.