Skip to content

Commit 67f0e24

Browse files
committed
Bumped plugin version
1 parent 0474bf4 commit 67f0e24

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.5 - 10/22/2021
4+
5+
**Fixes:**
6+
7+
* Forced decimal points to en-US locale.
8+
39
## v.1.8.4 - 7/16/2021
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.8.4";
27+
public static readonly string Version = "1.8.5";
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)