From 113e1a424213fbcaa015aaf555e81872a6fe80fd Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:10:33 +0100 Subject: [PATCH] bump version to 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85b8bef..0ce6491 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "defguard-proxy" -version = "0.5.1" +version = "1.0.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index b07920a..b0ca2ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard-proxy" -version = "0.5.1" +version = "1.0.0" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/DefGuard/proxy"