Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
* powerflower multiplier (ef8e201)
* performance improvement (99cec7c)
  • Loading branch information
DonovanDMC committed Feb 15, 2022
1 parent 797b00f commit ad1314d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'

group = 'furry.cool.mc.forge'
version = '1.0.1'
version = '1.0.2'

java {
archivesBaseName = 'ProjectExpansion'
Expand Down
7 changes: 4 additions & 3 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"homepage": "https://www.curseforge.com/minecraft/mc-mods/project-expansion",
"1.16.5": {
"1.0.0": "Initial Release",
"1.0.1": "EMC Display In Top Left"
"1.0.1": "EMC Display In Top Left",
"1.0.2": "PowerFlower Multiplier & Fix For Transmutation Table Hang"
},
"promos": {
"1.16.5-latest": "1.0.1",
"1.16.5-recommended": "1.0.1"
"1.16.5-latest": "1.0.2",
"1.16.5-recommended": "1.0.2"
}
}

0 comments on commit ad1314d

Please sign in to comment.