Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
MaidThatPrograms committed Feb 14, 2021
1 parent 3f8e49c commit ca4d805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'net.minecraftforge.gradle'

archivesBaseName = 'circuitry'
group = 'cmsc389e.' + archivesBaseName
version = '1.15.2-2.0.1.0'
version = '1.15.2-2.1.0.0'

sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'

Expand Down
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"homepage": "https://github.com/CMSC-389E/mod-and-testing-framework/releases",
"1.15.2": {
"1.15.2-2.1.0.0": "-Add WorldEdit to whitelisted mods.\n-Fix potential issues.\n-Improve performance.",
"1.15.2-2.0.1.0": "-Restrict modifying the world, node information, and using commands to players with op permission.",
"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.",
"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.",
Expand All @@ -17,8 +18,8 @@
"1.12.2-0.0.1.0-beta3": "-Implement commands.\n-Fix minor bugs."
},
"promos": {
"1.15.2-latest": "1.15.2-2.0.1.0",
"1.15.2-recommended": "1.15.2-2.0.1.0",
"1.15.2-latest": "1.15.2-2.1.0.0",
"1.15.2-recommended": "1.15.2-2.1.0.0",

"1.12.2-latest": "1.12.2-1.0.1.0",
"1.12.2-recommended": "1.12.2-1.0.1.0"
Expand Down

0 comments on commit ca4d805

Please sign in to comment.