This repository was archived by the owner on Jan 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Assets/Plugins/GameJolt/Scripts/API Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace GameJolt.API
55{
66public static class Constants
77{
8- public const string VERSION = "2.1.3 " ;
8+ public const string VERSION = "2.2.0 " ;
99
1010public const string SETTINGS_ASSET_NAME = "GJAPISettings" ;
1111public const string SETTINGS_ASSET_FULL_NAME = SETTINGS_ASSET_NAME + ".asset" ;
Original file line number Diff line number Diff 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
7779Initial 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
You can’t perform that action at this time.
0 commit comments