Skip to content

Commit 11fa534

Browse files
committed
release FG v2.0.2
1 parent 4f21e1c commit 11fa534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ apply plugin: "com.gradle.plugin-publish"
1818
apply plugin: 'license'
1919

2020
group = 'net.minecraftforge.gradle'
21-
version = '2.0-SNAPSHOT'
22-
//version = '2.0.2'
21+
//version = '2.0-SNAPSHOT'
22+
version = '2.0.2'
2323
archivesBaseName = 'ForgeGradle'
2424
targetCompatibility = '1.6'
2525
sourceCompatibility = '1.6'
@@ -191,7 +191,7 @@ pluginBundle {
191191
plugins {
192192
patcher {
193193
id = 'net.minecraftforge.gradle.patcher'
194-
displayName = 'Mincraft Patcher Plugin'
194+
displayName = 'Minicraft Patcher Plugin'
195195
}
196196
tweakerClient {
197197
id = 'net.minecraftforge.gradle.tweaker-client'

0 commit comments

Comments
 (0)