Skip to content

Commit

Permalink
jse3d v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyx Ferrari committed Jul 25, 2020
1 parent 0128ff0 commit 70f5041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alyxferrari</groupId>
<artifactId>jse3d</artifactId>
<version>3.0.2</version>
<version>3.1.1</version>
<name>jse3d</name>
<packaging>jar</packaging>
<url>https://github.com/alyxferrari/jse3d</url>
Expand Down
2 changes: 1 addition & 1 deletion src/com/alyxferrari/jse3d/JSE3DConst.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ private JSE3DConst() {}
public static final String NAME = "jse3d";
/** Represents the version number of this build of the library.
*/
public static final String VERSION = "v3.1";
public static final String VERSION = "v3.1.1";
/** Represents the name of this library and the version of the current build concatenated with a space between.
*/
public static final String FULL_NAME = JSE3DConst.NAME + " " + JSE3DConst.VERSION;
Expand Down
2 changes: 1 addition & 1 deletion src/com/alyxferrari/jse3d/network/JSE3DClientConst.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.alyxferrari.jse3d.network;
class JSE3DClientConst {
private JSE3DClientConst() {}
public static final String API_VERSION = "v1.1.31";
public static final String API_VERSION = "v1.1.311";
}

0 comments on commit 70f5041

Please sign in to comment.