Bump version to 0.5.1

This commit is contained in:
Eiren Rain
2022-12-12 18:11:16 +02:00
committed by GitHub
parent 88db845f0e
commit 47c76c9c9e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "slimevr-ui",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"dependencies": {
"@fontsource/poppins": "^4.5.8",

View File

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

View File

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