Skip to content

Commit

Permalink
Bumped version to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Apr 20, 2023
1 parent e5d7440 commit 460016f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}

version = '2.0'
version = '2.2'
group = 'com.yourname.genshinstrument' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'genshinstrument'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ModPacketHandler {
});


private static final String PROTOCOL_VERSION = "1.5";
private static final String PROTOCOL_VERSION = "2";
private static int id;

public static final SimpleChannel INSTANCE = NetworkRegistry.newSimpleChannel(
Expand Down

0 comments on commit 460016f

Please sign in to comment.