diff --git a/CITATION.cff b/CITATION.cff index d6564bc..d997510 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,5 +27,5 @@ keywords: - self-hosted - portabase license: Apache-2.0 -version: 1.3.0 +version: 1.4.0 date-released: '2026-02-24' diff --git a/Cargo.lock b/Cargo.lock index d693b31..dbddf46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "portabase-agent" -version = "1.3.0" +version = "1.4.0" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 31d176c..dee17d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portabase-agent" -version = "1.3.0" +version = "1.4.0" edition = "2024" [dependencies]