Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
John200410 committed Jan 10, 2024
1 parent 1e3a0d4 commit 84ebf3e
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 @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1G

#properties
minecraft_version = 1.20.1
plugin_version = 1.1.0
plugin_version = 1.1.1
maven_group = me.john200410
archives_base_name = rusherhack-spotify
2 changes: 1 addition & 1 deletion src/main/java/me/john200410/spotify/SpotifyPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public String getName() {

@Override
public String getVersion() {
return "1.1.0";
return "1.1.1";
}

@Override
Expand Down

0 comments on commit 84ebf3e

Please sign in to comment.