Skip to content

Commit

Permalink
Update version to 1.5.4
Browse files Browse the repository at this point in the history
Bump the project version from 1.5.3 to 1.5.4 in both `build.gradle` and `plugin.yml`. This ensures consistency and reflects the latest release changes.
  • Loading branch information
SquareCodeFX committed Dec 23, 2024
1 parent 0b0344b commit fe562e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
}

group = 'de.feelix.sierra'
version = '1.5.3'
version = '1.5.4'
description = 'Sierra'

java.sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Sierra
version: '1.5.3'
version: '1.5.4'
author: Feelix
main: de.feelix.sierra.Sierra
description: Packet Analysis Tool for the Minecraft Protocol
Expand Down

0 comments on commit fe562e5

Please sign in to comment.