Skip to content

Commit

Permalink
Bump versison to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirenliel committed Nov 24, 2022
1 parent def3da6 commit 18aae19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slimevr-ui",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slimevr-ui",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"workspaces": [
"solarxr-protocol",
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/java/dev/slimevr/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class Main {

public static String VERSION = "0.3.1";
public static String VERSION = "0.4.0";

public static VRServer vrServer;

Expand Down

0 comments on commit 18aae19

Please sign in to comment.