Skip to content

Commit

Permalink
Bumped plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
weeeBox committed Oct 23, 2021
1 parent 0474bf4 commit 67f0e24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.8.5 - 10/22/2021

**Fixes:**

* Forced decimal points to en-US locale.

## v.1.8.4 - 7/16/2021

**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.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";

Expand Down

0 comments on commit 67f0e24

Please sign in to comment.