Skip to content

Commit 456d5a9

Browse files
committed
released 2.0.1
1 parent 65f4c7f commit 456d5a9

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,8 +16,8 @@ apply plugin: 'maven'
1616
apply plugin: "com.gradle.plugin-publish"
1717

1818
group = 'net.minecraftforge.gradle'
19-
version = '2.0-SNAPSHOT'
20-
// version = '2.0.1'
19+
//version = '2.0-SNAPSHOT'
20+
version = '2.0.1'
2121
archivesBaseName = 'ForgeGradle'
2222
targetCompatibility = '1.6'
2323
sourceCompatibility = '1.6'

0 commit comments

Comments
 (0)