Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed May 11, 2023
1 parent fb70a49 commit 34a1004
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
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "xyz.xenondevs"
version = "1.0-RC"
version = "1.0"

val mojangMapped = project.hasProperty("mojang-mapped") || System.getProperty("mojang-mapped") != null

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rootProject.name = "simple-upgrades"
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("nova", "0.13-SNAPSHOT")
version("nova", "0.13")
version("spigot", "1.19.4-R0.1-SNAPSHOT")

library("nova", "xyz.xenondevs.nova", "nova").versionRef("nova")
Expand Down

0 comments on commit 34a1004

Please sign in to comment.