diff --git a/Cargo.toml b/Cargo.toml index b3f0a8d..1e35835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jwt-hack" -version = "2.2.0" +version = "2.3.0" edition = "2021" authors = ["hahwul"] description = "Hack the JWT (JSON Web Token) - A tool for JWT security testing and token manipulation" diff --git a/README.md b/README.md index c4a3a3a..fb6eb3f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ docker pull ghcr.io/hahwul/jwt-hack:latest #### Docker Hub ```bash -docker pull hahwul/jwt-hack:v2.2.0 +docker pull hahwul/jwt-hack:v2.3.0 ``` ## Features diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 194830f..dc61cab 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ base: core22 grade: stable confinement: strict license: MIT -version: v2.2.0 +version: v2.3.0 architectures: - build-on: amd64 - build-on: arm64