Skip to content

Commit 68bf6aa

Browse files
committed
Version 0.3.6
2 parents d078b58 + 96d37a8 commit 68bf6aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "0.3.4"
14+
version = "0.3.6"
1515
group = "com.syntheticentropy.ocpro" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "ocpro"
1717

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ minecraft_version = 1.12.2
33
forge_version = 14.23.5.2847
44

55
mod_name = OpenProlog
6-
mod_version=0.3.4
6+
mod_version=0.3.6
77
opencomputers_version=1.7.5.192
88

99
org.gradle.jvmargs = -Xmx2048m

src/main/java/com/syntheticentropy/ocpro/OpenProlog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class OpenProlog
2020
@SuppressWarnings("WeakerAccess")
2121
public static final String NAME = "OpenProlog";
2222
@SuppressWarnings("WeakerAccess")
23-
public static final String VERSION = "0.3.4";
23+
public static final String VERSION = "0.3.6";
2424

2525
// resource path
2626
static final String RESOURCE_PATH = "/com/syntheticentropy/ocpro/";

0 commit comments

Comments
 (0)