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

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loicteixeira committed Aug 14, 2017
1 parent 689bd69 commit d8eef72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Plugins/GameJolt/Scripts/API/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace GameJolt.API
{
public static class Constants
{
public const string VERSION = "2.1.3";
public const string VERSION = "2.2.0";

public const string SETTINGS_ASSET_NAME = "GJAPISettings";
public const string SETTINGS_ASSET_FULL_NAME = SETTINGS_ASSET_NAME + ".asset";
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][Unreleased]

## [2.2.0][v2_2_0] (2017-08-13)

### Add
- 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
- New `GameJolt.API.Misc.GetTime(Action<DateTime> callback)` method to get the server time. #24
Expand Down Expand Up @@ -76,7 +78,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.1.3...HEAD
[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.2.0...HEAD
[v2_2_0]: https://github.com/loicteixeira/gj-unity-api/tree/v2.2.0
[v2_1_3]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.3
[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
Expand Down

0 comments on commit d8eef72

Please sign in to comment.