diff --git a/Cargo.lock b/Cargo.lock index eee8d98..06dbaed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1621,7 +1621,7 @@ dependencies = [ [[package]] name = "vaultbin" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 40423ce..57e63f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vaultbin" license = "MIT" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] diff --git a/frontend/package.json b/frontend/package.json index 6e4f358..77e47a2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "vaultbin-frontend", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "scripts": { "build": "preact build --no-prerender",