Bump versison to 0.4.0

This commit is contained in:
Eiren Rain
2022-11-24 23:28:17 +02:00
committed by GitHub
parent def3da6580
commit 18aae19573
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "slimevr-ui",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",

View File

@@ -1,6 +1,6 @@
{
"name": "slimevr-ui",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"workspaces": [
"solarxr-protocol",

View File

@@ -13,7 +13,7 @@ import java.net.ServerSocket;
public class Main {
public static String VERSION = "0.3.1";
public static String VERSION = "0.4.0";
public static VRServer vrServer;