Skip to content

Commit

Permalink
Nakama-Java 2.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mofirouz committed Oct 25, 2019
1 parent 15456d4 commit d771de3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [2.0.3] - 2019-10-25
### Added
- More ways to create a socket connection.

### Fixed
- Correctly decode UserPresence from payload.

## [2.0.2] - 2019-10-14
### Added
- Add support for session vars.
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.3-SNAPSHOT'
version = '2.0.3'
def description = 'Android optimized Java client for Nakama server.'
def gopath = System.getenv('GOPATH')
sourceCompatibility = 1.7
Expand Down

0 comments on commit d771de3

Please sign in to comment.