Skip to content

Commit

Permalink
Bumped project version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weeeBox committed Nov 3, 2019
1 parent 11983fc commit 732570c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Lunar Console Changelog

## v.1.6.3 - 11/3/2019

**Fixes:**

* Unity 2019.3 incompatibility fix.

## v.1.6.2 - 4/5/2019

**Fixes:**
Expand Down
2 changes: 1 addition & 1 deletion Project/Assets/LunarConsole/Scripts/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace LunarConsolePluginInternal
{
public static class Constants
{
public static readonly string Version = "1.6.2";
public static readonly string Version = "1.6.3";
public static readonly string UpdateJsonURLFull = "https://raw.githubusercontent.com/SpaceMadness/lunar-unity-console/master/Builder/updater-full.json";
public static readonly string UpdateJsonURLFree = "https://raw.githubusercontent.com/SpaceMadness/lunar-unity-console/master/Builder/updater-free.json";

Expand Down

0 comments on commit 732570c

Please sign in to comment.