Skip to content

Commit 0517f74

Browse files
Fix file browser EXT button height, bump version to 2.2.8
1 parent 229fa98 commit 0517f74

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313
apply plugin: 'eclipse'
1414
apply plugin: 'maven-publish'
1515

16-
version = '2.2.7'
16+
version = '2.2.8'
1717
group = 'wafflestomper' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818
archivesBaseName = '1.16.1-Ghostwriter'
1919

update.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"homepage": "https://github.com/waffle-stomper/Ghostwriter/releases",
33
"promos":{
44
"1.16.5-recommended": "2.2.6",
5-
"1.16.1-recommended": "2.2.7",
5+
"1.16.1-recommended": "2.2.8",
66
"1.15.2-recommended": "2.0.6",
77
"1.15.1-recommended": "2.0.5",
88
"1.14.4-recommended": "2.0.4",
@@ -17,6 +17,7 @@
1717
"2.2.6": "Beta 1.16.5 release, fix lectern crash"
1818
},
1919
"1.16.1":{
20+
"2.2.8": "Fix file browser EXT button appearing at the wrong height\nInternal cleanup",
2021
"2.2.7": "Fix lectern crash",
2122
"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",
2223
"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",

0 commit comments

Comments
 (0)