Skip to content

Commit 732570c

Browse files
committed
Bumped project version to 1.6.3
1 parent 11983fc commit 732570c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.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:**

Project/Assets/LunarConsole/Scripts/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)