Skip to content

Commit

Permalink
Nakama-Java 2.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mofirouz committed Jun 19, 2019
1 parent 89f991b commit d1744b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project are documented below.
The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).

## [Unreleased]

## [2.0.1] - 2019-06-19
### Added
- Add support for listing expired leaderboard/tournament records.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plugins {
}

group = 'com.heroiclabs.nakama'
version = '2.0.1-SNAPSHOT'
version = '2.0.1'
def description = 'Android optimized Java client for Nakama server.'
def gopath = System.getenv('GOPATH')
sourceCompatibility = 1.7
Expand Down

0 comments on commit d1744b1

Please sign in to comment.