diff --git a/Cargo.toml b/Cargo.toml index 6dc12bb..8ca5a2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dustdata" -version = "2.0.0-beta.1" +version = "2.0.0-beta.2" edition = "2021" description = "A data concurrency control storage engine to Rustbase" repository = "https://github.com/rustbase/dustdata" diff --git a/README.md b/README.md index 3ba8662..81e41c1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -dustdata = "2.0.0-beta.1" +dustdata = "2.0.0-beta.2" ``` # Usage