Skip to content

Commit

Permalink
Update version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlchemicRaker committed Dec 1, 2019
1 parent 042f003 commit 96d37a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "0.3.4"
version = "0.3.5"
group = "com.syntheticentropy.ocpro" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "ocpro"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ minecraft_version = 1.12.2
forge_version = 14.23.5.2847

mod_name = OpenProlog
mod_version=0.3.4
mod_version=0.3.5
opencomputers_version=1.7.5.192

org.gradle.jvmargs = -Xmx2048m
2 changes: 1 addition & 1 deletion src/main/java/com/syntheticentropy/ocpro/OpenProlog.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class OpenProlog
@SuppressWarnings("WeakerAccess")
public static final String NAME = "OpenProlog";
@SuppressWarnings("WeakerAccess")
public static final String VERSION = "0.3.4";
public static final String VERSION = "0.3.5";

// resource path
static final String RESOURCE_PATH = "/com/syntheticentropy/ocpro/";
Expand Down

0 comments on commit 96d37a8

Please sign in to comment.