Skip to content

Commit e46e83f

Browse files
committed
* actually bumped version for release so silly :3
1 parent a89e681 commit e46e83f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yarn_mappings=1.20.4+build.3
99
loader_version=0.16.10
1010

1111
# Mod Properties
12-
mod_version=1.0.0-alpha.2+fabric
12+
mod_version=1.0.0+fabric
1313
maven_group=com.github.pinmacaroon.dchook
1414
archives_base_name=dchook
1515

src/main/java/com/github/pinmacaroon/dchook/Hook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class Hook implements DedicatedServerModInitializer {
3535
.setMinorVersion(0)
3636
.setPatchVersion(0)
3737
.setBuildMetadata("fabric")
38-
.setPreReleaseVersion("alpha", "2")
38+
//.setPreReleaseVersion("alpha", "2")
3939
.build();
4040
public static final String DOCS_URL = "https://modrinth.com/mod/dchook";
4141
public static final Random RANDOM = new Random(Instant.now().getEpochSecond());

0 commit comments

Comments
 (0)