feat: 🔖 v1.1.0

This commit is contained in:
ThatOneCalculator 2022-04-03 18:56:09 -07:00
parent 9a2ccf73c3
commit 95d45b09d6
3 changed files with 3 additions and 3 deletions

2
backend/Cargo.lock generated
View File

@ -268,7 +268,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backend"
version = "1.0.2"
version = "1.1.0"
dependencies = [
"actix-cors",
"actix-governor",

View File

@ -1,6 +1,6 @@
[package]
name = "backend"
version = "1.0.2"
version = "1.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,7 @@
{
"name": "zer0bin",
"source": "index.pug",
"version": "1.0.2",
"version": "1.1.0",
"browserslist": "> 0.5%, last 2 versions, not dead",
"license": "MIT",
"scripts": {