Skip to content

Commit d39a068

Browse files
committed
Update gradle & bump version to 2.1.0 for release
I have no reason to believe that this update will not work, but that does not mean it is not prone to bugs.
1 parent ae063b6 commit d39a068

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ yarn_mappings=11
88
loader_version=0.11.6
99
fabric_version=0.36.0+1.17
1010
# Mod Properties
11-
mod_version=2.1.0-SNAPSHOT
11+
mod_version=2.1.0
1212
maven_group=dev.frydae
1313
archives_base_name=empire-minecraft-utilities
1414
# Dependencies

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case "`uname`" in
7272
Darwin* )
7373
darwin=true
7474
;;
75-
MINGW* )
75+
MSYS* | MINGW* )
7676
msys=true
7777
;;
7878
NONSTOP* )

0 commit comments

Comments
 (0)