Skip to content

Commit 760ca16

Browse files
committed
prepared for next version
1 parent 456d5a9 commit 760ca16

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.2'
2121
archivesBaseName = 'ForgeGradle'
2222
targetCompatibility = '1.6'
2323
sourceCompatibility = '1.6'

0 commit comments

Comments
 (0)