Skip to content

Commit

Permalink
Prepare release 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed May 29, 2019
1 parent 62bf9e5 commit 399c869
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.17] 2019-05-29

### Fixed
- Fixed transitive dep in js artifact

## [0.16] 2019-05-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}
dependencies {
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.16'
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.17'
}
```

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

allprojects {
group 'com.willowtreeapps.assertk'
version '0.17-SNAPSHOT'
version '0.17'
}

ext {
Expand Down

0 comments on commit 399c869

Please sign in to comment.