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 {
1212apply plugin : ' net.minecraftforge.gradle'
1313// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1414
15- version = " 1.2.0 "
15+ version = " 1.2.1 "
1616group = " com.demmodders.datmoddingapi" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1717archivesBaseName = " datmoddingapi"
1818
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class DatModdingAPI
1212{
1313 public static final String MODID = "datmoddingapi" ;
1414 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 " ;
1616 public static final String MC_VERSION = "[1.12.2]" ;
1717
1818 @ Mod .EventHandler
You can’t perform that action at this time.
0 commit comments