mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Bump version to 0.5.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "slimevr-ui",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fontsource/poppins": "^4.5.8",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "slimevr-ui",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"solarxr-protocol",
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user