Skip to content

Commit f3d56e9

Browse files
committed
Fix version number in jar
1 parent bd515cc commit f3d56e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1212

1313

14-
version = "1.0"
14+
version = "0.1"
1515
group = "trackapi" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "TrackAPI"
1717

0 commit comments

Comments
 (0)