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

Commit

Permalink
Update CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
loicteixeira committed Jun 21, 2016
1 parent caf098f commit eb994f6
Show file tree
Hide file tree
Showing 2 changed files with 9 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.0";
public const string VERSION = "2.1.1";

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

...

##[2.1.1] (2016-06-21)

### Fixed
- Could not unlock trophies. #64
- *Thanks to RomejanicDev for reporting the issue.*

##[2.1.0] (2016-06-19)

### Warning
Expand Down Expand Up @@ -47,7 +53,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.1
[2.1.0]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.0
[2.0.2]: https://github.com/loicteixeira/gj-unity-api/tree/v2.0.2
[2.0.1]: https://github.com/loicteixeira/gj-unity-api/tree/v2.0.1
Expand Down

0 comments on commit eb994f6

Please sign in to comment.