Skip to content

Commit ca4d805

Browse files
Update version information
1 parent 3f8e49c commit ca4d805

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'net.minecraftforge.gradle'
1818

1919
archivesBaseName = 'circuitry'
2020
group = 'cmsc389e.' + archivesBaseName
21-
version = '1.15.2-2.0.1.0'
21+
version = '1.15.2-2.1.0.0'
2222

2323
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
2424

update.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"homepage": "https://github.com/CMSC-389E/mod-and-testing-framework/releases",
33
"1.15.2": {
4+
"1.15.2-2.1.0.0": "-Add WorldEdit to whitelisted mods.\n-Fix potential issues.\n-Improve performance.",
45
"1.15.2-2.0.1.0": "-Restrict modifying the world, node information, and using commands to players with op permission.",
56
"1.15.2-2.0.0.0": "-Fix /submit.\n-Update semester information and links.\n-Disable other dimensions.\n-Sync node tags server to client.\n-Add toggle node and decrease tag keys.\n-Add default server settings.\n-Add mod description.\n-Force configuration file reload on world load.\n-Improve performance.",
67
"1.15.2-1.0.0.0": "-Add checks for problems loading test files.\n-Set default world settings.\n-Fix testing delay.\n-Fix stop command.\n-Add testing summary.\n-Fix version information.",
@@ -17,8 +18,8 @@
1718
"1.12.2-0.0.1.0-beta3": "-Implement commands.\n-Fix minor bugs."
1819
},
1920
"promos": {
20-
"1.15.2-latest": "1.15.2-2.0.1.0",
21-
"1.15.2-recommended": "1.15.2-2.0.1.0",
21+
"1.15.2-latest": "1.15.2-2.1.0.0",
22+
"1.15.2-recommended": "1.15.2-2.1.0.0",
2223

2324
"1.12.2-latest": "1.12.2-1.0.1.0",
2425
"1.12.2-recommended": "1.12.2-1.0.1.0"

0 commit comments

Comments
 (0)