Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Change version numbers to start on 0.1.1.17-PRE-1
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Dec 16, 2021
1 parent e13e2cf commit f9c002a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TNE/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.tnemc</groupId>
<artifactId>TNE</artifactId>
<version>0.1.1.16</version>
<version>0.1.1.17-PRE-1</version>
<packaging>jar</packaging>
<name>The New Economy</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion TNE/src/net/tnemc/core/TNE.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class TNE extends TNELib implements TabCompleter {

public static final UUIDAPI uuidAPI = new AshconAPI();

public static final String build = "0.1.1.16";
public static final String build = "0.1.1.17-PRE-1";
public final List<String> developers = Collections.singletonList("5bb0dcb3-98ee-47b3-8f66-3eb1cdd1a881");

private Map<String, WorldManager> worldManagers = new HashMap<>();
Expand Down

0 comments on commit f9c002a

Please sign in to comment.