Skip to content

Commit

Permalink
Bumped plugin version to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
weeeBox committed Jan 26, 2019
1 parent ddb9d99 commit 5f6edbf
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.5.7 - 1/25/2019

**Fixes:**

* Fixed resolving variables in Unity at runtime.

## v.1.5.6 - 1/19/2019

**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 @@ -26,7 +26,7 @@ namespace LunarConsolePluginInternal
{
public static class Constants
{
public static readonly string Version = "1.5.6";
public static readonly string Version = "1.5.7";
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 5f6edbf

Please sign in to comment.