Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirenliel committed Dec 12, 2022
1 parent 88db845 commit 47c76c9
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.5.0",
"version": "0.5.1",
"private": true,
"dependencies": {
"@fontsource/poppins": "^4.5.8",
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.5.0",
"version": "0.5.1",
"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.5.0";
public static String VERSION = "0.5.1";

public static VRServer vrServer;

Expand Down

0 comments on commit 47c76c9

Please sign in to comment.