Skip to content

Commit

Permalink
Prep 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro committed Nov 7, 2017
1 parent 6e8e085 commit 11d758e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ 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.0] - 2017-11-07
### Changed
- Expose more simpler interface for identifier fields.
- Expose a simpler interface for identifier fields.

## [0.3.0] - 2017-10-17
### Added
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
}

group = 'com.heroiclabs.nakama'
version = '0.4.0-SNAPSHOT'
version = '0.4.0'
def description = 'Android optimized Java client for Nakama server.'

sourceCompatibility = 1.7
Expand Down Expand Up @@ -110,6 +110,7 @@ gitPublish {
include '0.1.2/**'
include '0.2.0/**'
include '0.3.0/**'
include '0.4.0/**'
}
commitMessage = "Published javadoc '$project.version' via Gradle ${GradleVersion.current().version}."
}
Expand Down

0 comments on commit 11d758e

Please sign in to comment.