File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 4.4.10
2+ Support from 1.20 to 1.21.8.
3+
14# 4.4.8
25Fix hangar link
36
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ plugins {
99}
1010
1111group= " fr.formiko.flagsh"
12- version= " 4.4.9 "
12+ version= " 4.4.10 "
1313description= " Display banners as flags."
14- val mainMinecraftVersion = " 1.21.7 "
15- val supportedMinecraftVersions = " 1.20 - 1.21.7 "
14+ val mainMinecraftVersion = " 1.21.8 "
15+ val supportedMinecraftVersions = " 1.20 - 1.21.8 "
1616val townyVersion = " 0.101.0.2"
1717val jacksonVersion = " 2.18.2"
1818
@@ -185,7 +185,7 @@ hangarPublish { // ./gradlew publishPluginPublicationToHangar
185185
186186// Do an array of game versions from supportedMinecraftVersions
187187fun expandMinecraftVersions (range : String ): List <String > {
188- val latestPatches = mapOf (" 1.20" to 6 , " 1.21" to 7 )
188+ val latestPatches = mapOf (" 1.20" to 6 , " 1.21" to 8 )
189189
190190 fun String.toMinorAndPatch () = split(' .' ).let {
191191 if (it.size == 2 ) it.joinToString(" ." ) to 0 else " ${it[0 ]} .${it[1 ]} " to it[2 ].toInt()
You can’t perform that action at this time.
0 commit comments