Skip to content

Commit

Permalink
Update mod version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AliahX committed Jun 8, 2023
1 parent e77741e commit d7d32df
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 @@ -6,7 +6,7 @@ minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.18
# Mod Properties
mod_version=1.4.1
mod_version=1.5.0
maven_group=com.aliahx
archives_base_name=Mixtape
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/aliahx/mixtape/Mixtape.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
public class Mixtape implements ClientModInitializer {
public static final Logger LOGGER = LogManager.getLogger();

public static final String MOD_VERSION = "1.4.2";
public static final String MOD_VERSION = "1.5.0";
public static final String MOD_ID = "mixtape";
private static KeyBinding skipKey;
private static KeyBinding pauseKey;
Expand Down

0 comments on commit d7d32df

Please sign in to comment.