File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/demmodders/datmoddingapi Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
apply plugin : ' net.minecraftforge.gradle'
13
13
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
14
14
15
- version = " 1.2.0 "
15
+ version = " 1.2.1 "
16
16
group = " com.demmodders.datmoddingapi" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
17
17
archivesBaseName = " datmoddingapi"
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class DatModdingAPI
12
12
{
13
13
public static final String MODID = "datmoddingapi" ;
14
14
public static final String NAME = "Dat Modding API" ;
15
- public static final String VERSION = "1.2.0 " ;
15
+ public static final String VERSION = "1.2.1 " ;
16
16
public static final String MC_VERSION = "[1.12.2]" ;
17
17
18
18
@ Mod .EventHandler
You can’t perform that action at this time.
0 commit comments