File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Assets/LunarConsole/Scripts Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Lunar Console Changelog
2
2
3
+ ## v.1.6.6 - 06/10/2019
4
+
5
+ ** Fixes:**
6
+
7
+ * ** Android** : Fixed crash on older Android devices.
8
+
3
9
## v.1.6.4 - 12/15/2019
4
10
5
11
** Fixes:**
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ namespace LunarConsolePluginInternal
24
24
{
25
25
public static class Constants
26
26
{
27
- public static readonly string Version = "1.6.5 " ;
27
+ public static readonly string Version = "1.6.6 " ;
28
28
public static readonly string UpdateJsonURLFull = "https://raw.githubusercontent.com/SpaceMadness/lunar-unity-console/master/Builder/updater-full.json" ;
29
29
public static readonly string UpdateJsonURLFree = "https://raw.githubusercontent.com/SpaceMadness/lunar-unity-console/master/Builder/updater-free.json" ;
30
30
Original file line number Diff line number Diff line change 1
- m_EditorVersion: 2019.3.13f1
2
- m_EditorVersionWithRevision: 2019.3.13f1 (d4ddf0d95db9 )
1
+ m_EditorVersion: 2019.3.14f1
2
+ m_EditorVersionWithRevision: 2019.3.14f1 (2b330bf6d2d8 )
You can’t perform that action at this time.
0 commit comments