Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit d8eef72

Browse files
committed
Release v2.2.0
1 parent 689bd69 commit d8eef72

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Assets/Plugins/GameJolt/Scripts/API/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace GameJolt.API
55
{
66
public static class Constants
77
{
8-
public const string VERSION = "2.1.3";
8+
public const string VERSION = "2.2.0";
99

1010
public const string SETTINGS_ASSET_NAME = "GJAPISettings";
1111
public const string SETTINGS_ASSET_FULL_NAME = SETTINGS_ASSET_NAME + ".asset";

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][Unreleased]
66

7+
## [2.2.0][v2_2_0] (2017-08-13)
8+
79
### Add
810
- New `GameJolt.API.Scores.GetRank(int value, int table = 0, Action<int> callback = null)` method to fetch the rank of a given score value. #29
911
- New `GameJolt.API.Misc.GetTime(Action<DateTime> callback)` method to get the server time. #24
@@ -76,7 +78,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7678

7779
Initial release
7880

79-
[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.1.3...HEAD
81+
[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.2.0...HEAD
82+
[v2_2_0]: https://github.com/loicteixeira/gj-unity-api/tree/v2.2.0
8083
[v2_1_3]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.3
8184
[v2_1_2]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.2
8285
[v2_1_1]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.1

0 commit comments

Comments
 (0)