Skip to content

Commit

Permalink
Bupmed version to v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed May 6, 2023
1 parent e3cc60a commit 90db7e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.3'
version = '2.4'
group = 'com.cstav.genshinstrument' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'genshinstrument'

Expand Down
8 changes: 5 additions & 3 deletions public/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@

"2.2.1": "Texture fixes",

"2.3": "- More texture fixes\n- Better API implementation"
"2.3": "- More texture fixes\n- Better API implementation",

"2.4": "- Minor techincal fixes"
},

"promos": {
"1.19.3-latest": "2.3",
"1.19.3-recommended": "2.3"
"1.19.3-latest": "2.4",
"1.19.3-recommended": "2.4"
}
}
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 = "2";
private static final String PROTOCOL_VERSION = "3";
private static int id;

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

0 comments on commit 90db7e3

Please sign in to comment.