Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed Feb 26, 2021
1 parent 8abd350 commit 8788f40
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 @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1G

# Mod Properties
# "undefined" will be replaced with build number during github action
mod_version = 1.3.0+build.undefined
mod_version = 1.4.0+build.undefined
maven_group = ivan-carpet-addition
archives_base_name = ivan-carpet-addition

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class IvanCarpetAdditionServer implements CarpetExtension {
public static final String compactName = name.replace("-",""); // ivancarpetaddition
// should be the same as the version in gradlew.properties
// "undefined" will be replaced with build number during github action
public static final String version = "1.3.0+build.undefined";
public static final String version = "1.4.0+build.undefined";
public static final Logger LOGGER = LogManager.getLogger(fancyName);
public static MinecraftServer minecraftServer;

Expand Down

0 comments on commit 8788f40

Please sign in to comment.