File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/syntheticentropy/ocpro Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 "
1515group = " com.syntheticentropy.ocpro" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616archivesBaseName = " ocpro"
1717
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ minecraft_version = 1.12.2
33forge_version = 14.23.5.2847
44
55mod_name = OpenProlog
6- mod_version =0.3.4
6+ mod_version =0.3.6
77opencomputers_version =1.7.5.192
88
99org.gradle.jvmargs = -Xmx2048m
Original file line number Diff line number Diff 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/" ;
You can’t perform that action at this time.
0 commit comments