Skip to content

Commit

Permalink
Bump version to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle-stomper committed Feb 25, 2021
1 parent 3fcbfad commit 5cd30fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '2.2.5'
version = '2.2.7'
group = 'wafflestomper' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = '1.16.1-Ghostwriter'

Expand Down
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"homepage": "https://github.com/waffle-stomper/Ghostwriter/releases",
"promos":{
"1.16.5-recommended": "2.2.6",
"1.16.1-recommended": "2.2.5",
"1.16.1-recommended": "2.2.7",
"1.15.2-recommended": "2.0.6",
"1.15.1-recommended": "2.0.5",
"1.14.4-recommended": "2.0.4",
Expand All @@ -14,9 +14,10 @@
"1.10-recommended": "1.8.5"
},
"1.16.5": {
"2.2.6": "Beta 1.16.5 release"
"2.2.6": "Beta 1.16.5 release, fix lectern crash"
},
"1.16.1":{
"2.2.7": "Fix lectern crash",
"2.2.5": "Fix index out of range error when removing book pages\nEsc in signed preview now returns to edit screen\nMore internal changes to improve maintainability",
"2.2.4": "Add optional protection to filename extension in file browser\nRemove 16 character title limit when loading bookworm books\nRefactor constants\nRemove some single use functions\nPressing escape in file browser now reverts back to the book, rather than exiting completely\nMassive internal code shuffle to make the project easier to maintain",
"2.2.3": "Add text selection to filename field in file browser",
Expand Down

0 comments on commit 5cd30fd

Please sign in to comment.