Skip to content

Commit

Permalink
Updated version to 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
weeeBox committed Jun 10, 2020
1 parent 92d56e0 commit eaa88f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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.6 - 06/10/2019

**Fixes:**

* **Android**: Fixed crash on older Android devices.

## v.1.6.4 - 12/15/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 @@ -24,7 +24,7 @@ namespace LunarConsolePluginInternal
{
public static class Constants
{
public static readonly string Version = "1.6.5";
public static readonly string Version = "1.6.6";
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
4 changes: 2 additions & 2 deletions Project/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2019.3.13f1
m_EditorVersionWithRevision: 2019.3.13f1 (d4ddf0d95db9)
m_EditorVersion: 2019.3.14f1
m_EditorVersionWithRevision: 2019.3.14f1 (2b330bf6d2d8)

0 comments on commit eaa88f6

Please sign in to comment.