Skip to content

Commit

Permalink
Bumped plugin version to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weeeBox committed Dec 15, 2019
1 parent 846b439 commit b3a7d60
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.4 - 12/15/2019

**Fixes:**

* Unity 2020.x incompatibility fix.

## v.1.6.3 - 11/3/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.3";
public static readonly string Version = "1.6.4";
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 b3a7d60

Please sign in to comment.