Skip to content

Commit

Permalink
Bump version for release (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
evant authored Jan 22, 2020
1 parent 558a87a commit 3f63612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [0.21] 2020-01-22

### Added
- Add `any` to iterable assertions. It will pass when any of the provided assertions pass.
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.20'
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.21'
}
```

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.21-SNAPSHOT'
version '0.21'
}

ext {
Expand Down

0 comments on commit 3f63612

Please sign in to comment.