Skip to content

Commit d687076

Browse files
author
Michael Hillcox
committed
Versions.json updated
1 parent 209de91 commit d687076

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111
//Only edit below this line, the above code adds and enables the nessasary things for Forge to be setup.
1212

1313

14-
version = "1.1.0.2"
14+
version = "1.2.1"
1515
group= "com.fgtxray.fgtxray" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "fgtxray-1.12"
1717

versions.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"1.12": {
3-
"1.12-r1.2.0": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.12-v1.2.0",
3+
"1.12-r1.2.1": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.12-v1.2.1",
4+
"1.12-r1.2.0": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.12-v1.2.0"
45
},
56
"1.11.2": {
67
"1.11.2-r1.1.0": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.11.2-v1.1.0",
78
},
89
"1.10.2": {
10+
"1.10.2-r1.2.1": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.10.2-v1.2.1",
11+
"1.10.2-r1.2.1": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.10.2-v1.2.1",
912
"1.10.2-r1.1.0.1": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.10.2-v1.1.0.1",
1013
"1.10.2-r1.1.0": "See https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.10.2-v1.1.0"
1114
},
@@ -21,12 +24,12 @@
2124
},
2225
"homepage": "https://github.com/MichaelHillcox/XRay-Mod",
2326
"promos": {
24-
"1.12-latest": "1.12-r1.2.0",
25-
"1.12-recommended": "1.12-r1.2.0",
27+
"1.12-latest": "1.12-r1.2.1",
28+
"1.12-recommended": "1.12-r1.2.1",
2629
"1.11.2-latest": "1.11.2-r1.1.0",
2730
"1.11.2-recommended": "1.11.2-r1.1.0",
28-
"1.10.2-latest": "1.10.2-r1.1.0.1",
29-
"1.10.2-recommended": "1.10.2-r1.1.0.1",
31+
"1.10.2-latest": "1.10.2-r1.2.1",
32+
"1.10.2-recommended": "1.10.2-r1.2.1",
3033
"1.9.4-latest": "r1.0.9",
3134
"1.9.4-recommended": "r1.0.9",
3235
"1.8.9-latest": "1.8.9-r1.1.0",

0 commit comments

Comments
 (0)