Skip to content

Commit

Permalink
seshat-node: Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Oct 10, 2019
1 parent 8e50ac7 commit 71e17fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions seshat-node/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seshat-node"
version = "0.1.1"
version = "0.2.0"
authors = ["Damir Jelić <[email protected]>"]
license = "Apache-2.0"
build = "build.rs"
Expand All @@ -21,4 +21,4 @@ serde_json = "1.0"
r2d2 = "0.8"
r2d2_sqlite = "0.12"
neon-serde = "0.2.0"
seshat = { git = "https://github.com/matrix-org/seshat/", rev = "03cb74a" }
seshat = { git = "https://github.com/matrix-org/seshat/", rev = "8e50ac7" }
2 changes: 1 addition & 1 deletion seshat-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seshat-node",
"version": "0.1.1",
"version": "0.2.0",
"description": "A matrix message logger with full text search support",
"main": "lib/index.js",
"author": "Damir Jelić <[email protected]>",
Expand Down

0 comments on commit 71e17fa

Please sign in to comment.