Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Flag version as 0.14.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sanj0 committed Dec 17, 2018
1 parent 0b29557 commit 1e02536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Salty Engine.iml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: de.edgelord.stdf:stdf:1.3.1" level="project" />
<orderEntry type="library" name="Maven: de.edgelord.sysDepFiles:systemDependentFiles:1.2-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: de.edgelord.stdf:stdf:1.3.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>de.edgelord.salty-engine</groupId>
<artifactId>salty-engine</artifactId>
<version>0.14.7-SNAPSHOT</version>
<version>0.14.8-SNAPSHOT</version>

<name>Salty Engine</name>
<url>https://github.com/edgelord314/salty-engine/</url>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/de/edgelord/saltyengine/utils/SaltySystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

public class SaltySystem {

public static String versionTag = "0.14.7-SNAPSHOT";
public static String version = "0.14.7";
public static String versionTag = "0.14.8-SNAPSHOT";
public static String version = "0.14.8";
public static VersionMode versionMode = VersionMode.SNAPSHOT;

public static long fixedTickMillis = 1;
Expand Down

0 comments on commit 1e02536

Please sign in to comment.