Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ base: core22
grade: stable
confinement: strict
license: MIT
version: v2.2.0
version: v2.3.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While snapcraft allows a free-form string for the version field, it is recommended to follow Semantic Versioning conventions, which do not include the v prefix. Removing the prefix ensures better compatibility and predictable behavior with version comparison and upgrade mechanisms in the Snap Store.

version: 2.3.0

architectures:
- build-on: amd64
- build-on: arm64
Expand Down
Loading