From 577a029ba7b9b341a0b8bb373b61b421a8987af8 Mon Sep 17 00:00:00 2001 From: Johann Rekowski Date: Sun, 6 Mar 2022 07:06:34 +0100 Subject: [PATCH] Release version 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74f5897..a40804d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -416,7 +416,7 @@ dependencies = [ [[package]] name = "dekinai" -version = "1.0.0" +version = "1.1.0" dependencies = [ "actix-multipart", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index df6c2be..1b0231b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dekinai" description = "Dekinai is a simple and minimalistic file uploading API.\nIt provides the bare minimum feature set for file hosting services, while also being fast and portable." -version = "1.0.0" +version = "1.1.0" authors = ["Johann Rekowski "] license = "MIT" edition = "2021" diff --git a/README.md b/README.md index 81dcf81..b5e375b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For more information try `--help`: ``` $ dekinai.exe --help -dekinai 1.0.0 +dekinai 1.1.0 Johann Rekowski Dekinai is a simple and minimalistic file uploading API. It provides the bare minimum feature set for file hosting services, while also being fast and portable.