Skip to content

Commit

Permalink
Merge pull request #179 from rheimus/master
Browse files Browse the repository at this point in the history
Bump minor version
  • Loading branch information
rheimus authored Apr 7, 2020
2 parents b4fd594 + bdbc14d commit 28a238b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ssversion = 3.4.0
ssversion = 3.5.0
ssname = serversync
mainclass = 'com.superzanti.serversync.ServerSync'
org.gradle.warning.mode=all
2 changes: 1 addition & 1 deletion src/main/java/com/superzanti/serversync/RefStrings.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class RefStrings {
public static final String MODID = "com.superzanti.serversync";
public static final String NAME = "ServerSync";
public static final String VERSION = "3.4.0";
public static final String VERSION = "3.5.0";

public static final String ERROR_TOKEN = "<E>";
public static final String DELETE_TOKEN = "<D>";
Expand Down

0 comments on commit 28a238b

Please sign in to comment.