Skip to content

Commit 44f54c3

Browse files
committed
0.7.55b
1 parent dfdb33e commit 44f54c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ githubRelease {
403403
body = ""
404404
}
405405
draft = false
406-
prerelease = !release_type.equalsIgnoreCase("release")
406+
prerelease = release_type.equalsIgnoreCase("alpha")
407407
}
408408

409409
modrinth {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mod_id=advancedperipherals
77
# do not include mod_version/minecraft_version with equals sign anywhere else in the file (even in comments)
88
# also do not add space around the equal sign
99
# since we are using poor grep command to do automation :p
10-
mod_version=0.7.54b
10+
mod_version=0.7.55b
1111
minecraft_version=1.21.1
1212
mod_artifact_suffix=
1313
neo_version=21.1.186

0 commit comments

Comments
 (0)