Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 4dc407d

Browse files
authored
update version to 0.3.0
1 parent 3a58295 commit 4dc407d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisjson"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
authors = ["Gavrie Philipson <gavrie@redislabs.com>"]
55
edition = "2018"
66

@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
1111
serde_json = "1.0"
1212
libc = "0.2"
1313
jsonpath_lib = "0.2.3"
14-
redismodule = { path = "redismodule-rs", version = "0.1.0" }
14+
redismodule = { path = "redismodule-rs", version = "0.1.0" }

0 commit comments

Comments
 (0)