Skip to content

Commit df8db58

Browse files
committed
0.7.55b
1 parent 8492e03 commit df8db58

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
@@ -407,7 +407,7 @@ githubRelease {
407407
body = ""
408408
}
409409
draft = false
410-
prerelease = !release_type.equalsIgnoreCase("release")
410+
prerelease = release_type.equalsIgnoreCase("alpha")
411411
}
412412

413413
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)