Skip to content

Commit

Permalink
Bump version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Apr 25, 2023
1 parent c81e3e2 commit 69bb4c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}

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

// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.
Expand Down
8 changes: 5 additions & 3 deletions public/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"1.0.1": "Fixed resources folder and package names being incorrect, implemented Forge's updates mechanism",

"2.0": "- New instrument: Arataki's Great and Glorious Drum!\n- Russian language support",
"2.2": "- New recipes\n- New advancements"
"2.2": "- New recipes\n- New advancements",

"2.3": "Texture fixes"
},

"promos": {
"1.19.3-latest": "2.2",
"1.19.3-recommended": "2.2"
"1.19.3-latest": "2.3",
"1.19.3-recommended": "2.3"
}
}

0 comments on commit 69bb4c2

Please sign in to comment.