Skip to content

Commit

Permalink
Roll back version to 2.2.1-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Aug 7, 2024
1 parent c773e1f commit 9fbb8a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runPaper.folia.registerTask()
allprojects {
group = "de.oliver"
val buildId = System.getenv("BUILD_ID")
version = "2.2.2" + (if (buildId != null) ".$buildId" else "")
version = "2.2.1-DEV" + (if (buildId != null) ".$buildId" else "")
description = "Simple, lightweight and fast NPC plugin using packets"

repositories {
Expand Down
1 change: 0 additions & 1 deletion checksums.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
2.2.1 68a9a72e6a1ebcde4bdc8556e44d9fe1b44f7ade28f34d10b66f150cf27d28d6
2.2.2 5ac41d2d8935bebb89a9ce040a3b36dae199731ba370d90c0cec29e7ddff8286
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
minecraftVersion=1.21
fancyLibVersion=1.0.30
fancyLibVersion=1.0.31
fancyAnalyticsVersion=0.0.7
plotsquaredVersion=7.2.0
chatcolorhandlerVersion=v2.5.3
Expand Down

0 comments on commit 9fbb8a1

Please sign in to comment.