File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Project/Assets/LunarConsole/Scripts Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Lunar Console Changelog
22
3+ ## v.1.6.3 - 11/3/2019
4+
5+ ** Fixes:**
6+
7+ * Unity 2019.3 incompatibility fix.
8+
39## v.1.6.2 - 4/5/2019
410
511** Fixes:**
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ namespace LunarConsolePluginInternal
2626{
2727 public static class Constants
2828 {
29- public static readonly string Version = "1.6.2 " ;
29+ public static readonly string Version = "1.6.3 " ;
3030 public static readonly string UpdateJsonURLFull = "https://raw.githubusercontent.com/SpaceMadness/lunar-unity-console/master/Builder/updater-full.json" ;
3131 public static readonly string UpdateJsonURLFree = "https://raw.githubusercontent.com/SpaceMadness/lunar-unity-console/master/Builder/updater-free.json" ;
3232
You can’t perform that action at this time.
0 commit comments