Skip to content

Commit

Permalink
Nakama Unity 0.4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Feb 27, 2017
1 parent b6dcd3f commit 68ba1e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@ 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]
## [0.4.2] - 2017-02-27
### Added
- Repackage client with Unity 5.4.0 support.

### Changed
- Setup logger in client transport.

## [0.4.1] - 2017-02-26
### Fixed
- Add '.jslib' files to Unity package builds.

## [0.4.0] - 2017-02-26
### Added
- Add WebGL support for Unity Client.
- Add WebGL support.

### Changed
- Update the package structure generated by the build system for simpler Asset Store submissions.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id 'com.ullink.nunit' version '1.9'
}

version = '0.5.0'
version = '0.4.2'

assemblyInfoPatcher {
version = "${project.version}.0"
Expand Down

0 comments on commit 68ba1e0

Please sign in to comment.