We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b426d31 commit 0801943Copy full SHA for 0801943
2 files changed
build.gradle
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
11
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
12
13
14
-version = "1.1"
+version = "1.2"
15
group = "trackapi" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
16
archivesBaseName = "TrackAPI"
17
src/main/java/trackapi/TrackAPI.java
@@ -6,5 +6,5 @@
6
public class TrackAPI
7
{
8
public static final String MODID = "trackapi";
9
- public static final String VERSION = "1.1";
+ public static final String VERSION = "1.2";
10
}
0 commit comments