Skip to content

Commit eaa88f6

Browse files
committed
Updated version to 1.6.6
1 parent 92d56e0 commit eaa88f6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Lunar Console Changelog
22

3+
## v.1.6.6 - 06/10/2019
4+
5+
**Fixes:**
6+
7+
* **Android**: Fixed crash on older Android devices.
8+
39
## v.1.6.4 - 12/15/2019
410

511
**Fixes:**

Project/Assets/LunarConsole/Scripts/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace LunarConsolePluginInternal
2424
{
2525
public static class Constants
2626
{
27-
public static readonly string Version = "1.6.5";
27+
public static readonly string Version = "1.6.6";
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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)

0 commit comments

Comments
 (0)