Skip to content

Commit

Permalink
Bump versersion, kết thúc beta
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeusmz authored Mar 23, 2024
1 parent 6ad77d1 commit bf0cae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "net.minevn"
version = "1.0-beta3"
version = "1.0"

apply(plugin = "java")
apply(plugin = "org.jetbrains.kotlin.jvm")
Expand Down Expand Up @@ -35,4 +35,4 @@ allprojects {
compileTestKotlin.kotlinOptions {
jvmTarget = "17"
}
}
}

0 comments on commit bf0cae3

Please sign in to comment.