Skip to content

Commit 425838b

Browse files
committed
Updated plugins version to 1.8.4
1 parent 69085e2 commit 425838b

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

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.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

0 commit comments

Comments
 (0)