From f57312e308289ad8e548e99706792ae8ab3f4f85 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 23 Mar 2022 18:38:49 -0700 Subject: [PATCH] release: :bookmark: v1.0.1 --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- frontend/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 1d0386b..458533d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -268,7 +268,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "backend" -version = "1.0.0" +version = "1.0.1" dependencies = [ "actix-cors", "actix-governor", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index baaa4f5..27364ce 100755 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backend" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/frontend/package.json b/frontend/package.json index e7da09f..0f68563 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "zer0bin", "source": "index.pug", - "version": "1.0.0", + "version": "1.0.1", "browserslist": "> 0.5%, last 2 versions, not dead", "license": "MIT", "scripts": {