Skip to content

Commit

Permalink
Bump to 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Aug 22, 2022
1 parent b16b6d6 commit 4645b21
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ sudo dpkg -i foundationdb-server_7.1.15-1_amd64.deb
Download the binaries:

```bash
curl -L -o ./libmvsqlite_preload.so https://github.com/losfair/mvsqlite/releases/download/v0.1.13/libmvsqlite_preload.so
curl -L -o ./mvstore https://github.com/losfair/mvsqlite/releases/download/v0.1.13/mvstore
curl -L -o ./libmvsqlite_preload.so https://github.com/losfair/mvsqlite/releases/download/v0.1.14/libmvsqlite_preload.so
curl -L -o ./mvstore https://github.com/losfair/mvsqlite/releases/download/v0.1.14/mvstore
chmod +x ./mvstore
```

Expand Down
2 changes: 1 addition & 1 deletion mvclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvclient"
version = "0.1.13"
version = "0.1.14"
edition = "2021"
license = "Apache-2.0"
authors = ["Heyang Zhou <heyang.zhou@icloud.com>"]
Expand Down
2 changes: 1 addition & 1 deletion mvfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvfs"
version = "0.1.13"
version = "0.1.14"
edition = "2021"
license = "Apache-2.0"
authors = ["Heyang Zhou <heyang.zhou@icloud.com>"]
Expand Down
2 changes: 1 addition & 1 deletion mvsqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvsqlite"
version = "0.1.13"
version = "0.1.14"
edition = "2021"
license = "Apache-2.0"
authors = ["Heyang Zhou <heyang.zhou@icloud.com>"]
Expand Down
2 changes: 1 addition & 1 deletion mvstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvstore"
version = "0.1.13"
version = "0.1.14"
edition = "2021"
license = "Apache-2.0"
authors = ["Heyang Zhou <heyang.zhou@icloud.com>"]
Expand Down

0 comments on commit 4645b21

Please sign in to comment.