Skip to content

Commit

Permalink
Update mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
AliahX committed Jul 8, 2023
1 parent 631ebaa commit 26d2e05
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.20
yarn_mappings=1.20+build.1
loader_version=0.14.21
# Mod Properties
mod_version=1.6.0
mod_version=1.6.1
maven_group=gay.aliahx
archives_base_name=Mixtape
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gay/aliahx/mixtape/Mixtape.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class Mixtape implements ClientModInitializer {
public static final Logger LOGGER = LogManager.getLogger();

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

0 comments on commit 26d2e05

Please sign in to comment.