Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Oct 23, 2024
1 parent b8aa525 commit c877769
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -5,7 +5,7 @@ plugins {
}

group = "com.mmodding"
version = "0.0.13-alpha"
version = "0.0.14-alpha"
val javaVersion = 17

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FabricModJsonTest extends Specification {
buildFile << """
plugins {
id("fabric-loom").version("1.8-SNAPSHOT")
id("com.mmodding.gradle").version("0.0.13-alpha")
id("com.mmodding.gradle").version("0.0.14-alpha")
}
version = "0.0.1-test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class QuiltModJsonTest extends Specification {
buildFile << """
plugins {
id("org.quiltmc.loom").version("1.8.+")
id("com.mmodding.gradle").version("0.0.13-alpha")
id("com.mmodding.gradle").version("0.0.14-alpha")
}
version = "0.0.1-test"
Expand Down

0 comments on commit c877769

Please sign in to comment.