From 0fcb4a761b5c64472bffb50527c6f10908275202 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Thu, 11 Sep 2025 22:18:27 +0900 Subject: [PATCH] Bump version to 2.3.0 in Cargo, README, and snapcraft yaml --- Cargo.toml | 2 +- README.md | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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