Skip to content

Commit

Permalink
Ready to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cao-awa committed Oct 15, 2024
1 parent a846269 commit 4d39483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.16.7

# Mod Properties
mod_version = 1.0.2
mod_version = 1.0.3
maven_group = com.github.cao.awa.sepals
archives_base_name = sepals

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/cao/awa/sepals/Sepals.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class Sepals implements DedicatedServerModInitializer {
public static final Logger LOGGER = LogManager.getLogger("Sepals");
public static final String VERSION = "1.0.2";
public static final String VERSION = "1.0.3";
public static final SepalsConfig CONFIG = new SepalsConfig();
public static final SepalsConfig PERSISTENT_CONFIG = new SepalsConfig();

Expand Down

0 comments on commit 4d39483

Please sign in to comment.