Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.

Commit 6ce4bb2

Browse files
committed
update build.gradle
1 parent 1529548 commit 6ce4bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1616
//Only edit below this line, the above code adds and enables the nessasary things for Forge to be setup.
1717

1818

19-
version = "2.0.0"
19+
version = "2.0.1"
2020
group= "nonupdate.forge" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2121
archivesBaseName = "NonUpdate"
2222
ext.env = System.getenv()
@@ -72,7 +72,7 @@ def commonManifest = {
7272
}
7373

7474
jar {
75-
baseName = "${archivesBaseName}-AllMCVersion-Final-${version}"
75+
baseName = "${archivesBaseName}-AllMCVersion-Final"
7676
manifest commonManifest
7777
classifier = 'universal'
7878

0 commit comments

Comments
 (0)