From a34798ed82784770f77650f198109563ba9337d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Teixeira?= Date: Sun, 9 Apr 2017 14:25:11 +1200 Subject: [PATCH] Release v2.1.2 --- Assets/Plugins/GameJolt/Scripts/API/Constants.cs | 2 +- CHANGELOG.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Assets/Plugins/GameJolt/Scripts/API/Constants.cs b/Assets/Plugins/GameJolt/Scripts/API/Constants.cs index 56ded3d..6e6a8c2 100644 --- a/Assets/Plugins/GameJolt/Scripts/API/Constants.cs +++ b/Assets/Plugins/GameJolt/Scripts/API/Constants.cs @@ -5,7 +5,7 @@ namespace GameJolt.API { public static class Constants { - public const string VERSION = "2.1.1"; + public const string VERSION = "2.1.2"; public const string SETTINGS_ASSET_NAME = "GJAPISettings"; public const string SETTINGS_ASSET_FULL_NAME = SETTINGS_ASSET_NAME + ".asset"; diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9c2cc..a7d5204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][Unreleased] +... + +## [2.1.2][v2_1_2] (2017-04-09) + - Fix Unity 5.5 compatibility. #70 - *Thanks to Moire (hkid800) for reporting the issue* - Fix leaderboard window sometimes not showing scores. #47, #65 @@ -56,7 +60,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.1.1...HEAD +[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.1.2...HEAD +[v2_1_2]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.2 [v2_1_1]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.1 [v2_1_0]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.0 [v2_0_2]: https://github.com/loicteixeira/gj-unity-api/tree/v2.0.2