Skip to content

Commit

Permalink
update version and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
hube12 committed Nov 9, 2021
1 parent 42be186 commit 12a49e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {

implementation('com.seedfinding:mc_biome:b2271807a047bb43ac60c8c20ad47e315f19b9a6') { transitive = false }
implementation('com.seedfinding:mc_terrain:9e937ddb838e28e79423c287fa18b1ce66f061d7') { transitive = false }
implementation('com.seedfinding:mc_feature:6932f59abeb626c02f43d57e4b52b360bb10b03c') { transitive = false }
implementation('com.seedfinding:mc_feature:ef939c0dd7d66ab1bd290d6aab1e42a12cb3dbf1') { transitive = false }


testImplementation('com.seedfinding:mc_reversal:2.0.0') { transitive = false }
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx4G

version=1.0.20
version=1.0.21

lwjglVersion=3.2.3

0 comments on commit 12a49e7

Please sign in to comment.