From 67f0e241a243024b572dd9d53a4e1d5e9cdab967 Mon Sep 17 00:00:00 2001 From: Alex Lementuev Date: Fri, 22 Oct 2021 21:55:20 -0400 Subject: [PATCH] Bumped plugin version --- CHANGELOG.md | 6 ++++++ Project/Assets/LunarConsole/Scripts/Constants.cs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4483da5d..a7043f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Lunar Console Changelog +## v.1.8.5 - 10/22/2021 + +**Fixes:** + +* Forced decimal points to en-US locale. + ## v.1.8.4 - 7/16/2021 **Fixes:** diff --git a/Project/Assets/LunarConsole/Scripts/Constants.cs b/Project/Assets/LunarConsole/Scripts/Constants.cs index d6305c52..ea6836b2 100644 --- a/Project/Assets/LunarConsole/Scripts/Constants.cs +++ b/Project/Assets/LunarConsole/Scripts/Constants.cs @@ -24,7 +24,7 @@ namespace LunarConsolePluginInternal { public static class Constants { - public static readonly string Version = "1.8.4"; + public static readonly string Version = "1.8.5"; 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";