Skip to content

Commit 4fe7bd2

Browse files
committed
Version bump for release
1 parent e3c43e2 commit 4fe7bd2

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
minecraft_version=1.8.9
22
forge_version=11.15.1.1747
3-
mod_version=2.3.8a
3+
mod_version=2.3.9
44
JEI_version=2.28.5.172
55
WAILA_version=1.6.0-B3_1.8.8

src/main/scala/com/dyonovan/neotech/lib/Reference.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ package com.dyonovan.neotech.lib
1313
object Reference {
1414
final val MOD_NAME = "NeoTech"
1515
final val MOD_ID = "neotech"
16-
final val VERSION = "2.3.8a"//@VERSION@"
17-
final val DEPENDENCIES = "after:tconstruct;required-after:Forge@[11.15.1.1747,);required-after:bookshelfapi@[2.3.3,)"
16+
final val VERSION = "2.3.9"//@VERSION@"
17+
final val DEPENDENCIES = "after:tconstruct;required-after:Forge@[11.15.1.1747,);required-after:bookshelfapi@[2.3.4,)"
1818
final val UPDATE_JSON = "https://raw.githubusercontent.com/TeamBR-Modding/NeoTech/1.8.9/update.json"
1919

2020
final val CONFIG_WORLD = "World Generation"

update.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"homepage": "http://minecraft.curseforge.com/projects/neotech/files",
33
"promos": {
4-
"1.8.9-latest": "2.3.8a",
5-
"1.8.9-recommended": "2.3.8a",
6-
"latest": "2.3.8a",
7-
"recommended": "2.3.8a"
4+
"1.8.9-latest": "2.3.9",
5+
"1.8.9-recommended": "2.3.9",
6+
"latest": "2.3.9",
7+
"recommended": "2.3.9"
88
},
99
"1.8.9": {
1010
"2.2.3": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
@@ -18,6 +18,7 @@
1818
"2.3.6": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
1919
"2.3.7": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
2020
"2.3.8": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
21-
"2.3.8a": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog"
21+
"2.3.8a": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
22+
"2.3.9": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog"
2223
}
2324
}

0 commit comments

Comments
 (0)