Skip to content

Commit

Permalink
version = "1.6";
Browse files Browse the repository at this point in the history
  • Loading branch information
David20122 committed Oct 12, 2021
1 parent 7d0b8d9 commit 9e3c1ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .vs/Blox Saber Editor/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Blox Saber Editor/EditorWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class EditorWindow : GameWindow
public Discord.NetworkManager networkManager;
public Discord.LobbyManager lobbyManager;

public static string version = "1.5.2";
public static string version = "1.6";

public readonly Dictionary<Key, Tuple<int, int>> KeyMapping = new Dictionary<Key, Tuple<int, int>>();

Expand Down

0 comments on commit 9e3c1ff

Please sign in to comment.