Skip to content

Commit ba88607

Browse files
committed
Changed version
1 parent bd9a94e commit ba88607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
apply 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"
1616
group = "com.demmodders.datmoddingapi" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1717
archivesBaseName = "datmoddingapi"
1818

src/main/java/com/demmodders/datmoddingapi/DatModdingAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)