Skip to content

Commit

Permalink
[ci skip] Bump version to 1.4.1 and update supported game versions.
Browse files Browse the repository at this point in the history
Updated the project version from 1.4.0 to 1.4.1 in build.gradle.kts. Adjusted supported game versions in gradle.properties to include 1.21.4 and remove older versions.
  • Loading branch information
NonSwag committed Jan 4, 2025
1 parent 550799d commit 8577d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "net.thenextlvl.gopaint"
version = "1.4.0"
version = "1.4.1"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gameVersions=1.21,1.21.1,1.21.2,1.21.3
gameVersions=1.21.3,1.21.4

0 comments on commit 8577d45

Please sign in to comment.