diff --git a/CITATION.cff b/CITATION.cff index 04e2b80..cfac896 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,5 +22,5 @@ keywords: - self-hosted - portabase license: Apache-2.0 -version: 1.1.3-rc.1 +version: 1.1.3 date-released: "2026-02-16" \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 0929db1..ba6f967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2851,7 +2851,7 @@ dependencies = [ [[package]] name = "portabase-agent" -version = "1.1.2" +version = "1.1.3-rc.1" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 236284a..53f0d3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portabase-agent" -version = "1.1.3-rc.1" +version = "1.1.3" edition = "2024" [dependencies]