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.8.4 - 7/16/2021
4+
5+ ** Fixes:**
6+
7+ * ** Android:** fixed ProGuard obfuscation.
8+
39## v.1.8.3 - 5/18/2021
410
511** Changes:**
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ namespace LunarConsolePluginInternal
2424{
2525 public static class Constants
2626 {
27- public static readonly string Version = "1.8.3 " ;
27+ public static readonly string Version = "1.8.4 " ;
2828 public static readonly string UpdateJsonURLFull = "https://raw.githubusercontent.com/SpaceMadness/lunar-unity-console/master/Builder/updater-full.json" ;
2929 public static readonly string UpdateJsonURLFree = "https://raw.githubusercontent.com/SpaceMadness/lunar-unity-console/master/Builder/updater-free.json" ;
3030
You can’t perform that action at this time.
0 commit comments