We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdb33e commit 44f54c3Copy full SHA for 44f54c3
2 files changed
build.gradle
@@ -403,7 +403,7 @@ githubRelease {
403
body = ""
404
}
405
draft = false
406
- prerelease = !release_type.equalsIgnoreCase("release")
+ prerelease = release_type.equalsIgnoreCase("alpha")
407
408
409
modrinth {
gradle.properties
@@ -7,7 +7,7 @@ mod_id=advancedperipherals
7
# do not include mod_version/minecraft_version with equals sign anywhere else in the file (even in comments)
8
# also do not add space around the equal sign
9
# since we are using poor grep command to do automation :p
10
-mod_version=0.7.54b
+mod_version=0.7.55b
11
minecraft_version=1.21.1
12
mod_artifact_suffix=
13
neo_version=21.1.186
0 commit comments