diff --git a/Cargo.lock b/Cargo.lock index 1b7ec879f..f5c058385 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "atomic-server" -version = "0.25.4" +version = "0.25.5" dependencies = [ "acme-lib", "actix-cors", @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "atomic_lib" -version = "0.25.4" +version = "0.25.5" dependencies = [ "base64 0.13.0", "bincode", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8ffa38853..9eea8a8d8 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "atomic_lib" readme = "README.md" repository = "https://github.com/joepio/atomic-data-rust" -version = "0.25.4" +version = "0.25.5" [dependencies] base64 = "0.13.0" diff --git a/server/Cargo.toml b/server/Cargo.toml index 3753ea8ac..cd5b1fc2a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "atomic-server" description = "Create, share and model Atomic Data with this graph database server." -version = "0.25.4" +version = "0.25.5" authors = ["Joep Meindertsma "] edition = "2018" license = "MIT"