Skip to content

Commit

Permalink
release: 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thetric committed Apr 17, 2018
1 parent c4da32b commit a242989
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="3.0.1"></a>
## [3.0.1](https://github.com/thetric/ilias-downloader-cli/compare/3.0.0...3.0.1) (2018-04-17)


### Bug Fixes

* correct placeholder for password prompt in the default locale ([242215c](https://github.com/thetric/ilias-downloader-cli/commit/242215c))
* **sync:** continue on unsuccessful downloads and print an error ([8c5f28d](https://github.com/thetric/ilias-downloader-cli/commit/8c5f28d))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/thetric/ilias-downloader-cli/compare/2.0.9...3.0.0) (2018-02-21)

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

version '3.0.0'
version '3.0.1'

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand Down

0 comments on commit a242989

Please sign in to comment.