Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
exejar committed Apr 30, 2024
1 parent 389fd74 commit 346ec76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ publishing {
from(components["java"])
groupId = "net.weavemc.api"
artifactId = "common"
version = "${project.version}-PRE"
version = "${project.version}"
}
}
}
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ allprojects {

repositories {
mavenCentral()
mavenLocal()
maven {
url = uri("https://repo.weavemc.dev/releases")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kotlin.code.style = official
# Project properties
projectName = Weave-Loader
projectGroup = net.weavemc
projectVersion = 1.0.0
projectVersion = 1.0.0-b.2
4 changes: 2 additions & 2 deletions loader/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publishing {
from(components["java"])
groupId = "net.weavemc"
artifactId = "loader"
version = "${project.version}-PRE"
version = "${project.version}"
}
}
}
}

0 comments on commit 346ec76

Please sign in to comment.