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 8492e03 commit df8db58Copy full SHA for df8db58
2 files changed
build.gradle
@@ -407,7 +407,7 @@ githubRelease {
407
body = ""
408
}
409
draft = false
410
- prerelease = !release_type.equalsIgnoreCase("release")
+ prerelease = release_type.equalsIgnoreCase("alpha")
411
412
413
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