Skip to content

Commit

Permalink
Version 2.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom committed Jun 10, 2020
1 parent 43c888c commit 2520a14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.5] - 2020-06-10
### Added
- Update Kotlin Coroutines to 1.3.7

Expand Down Expand Up @@ -53,10 +55,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release

[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.4...HEAD
[2.0.5]: https://github.com/oolong-kt/oolong/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/oolong-kt/oolong/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/oolong-kt/oolong/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/oolong-kt/oolong/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/oolong-kt/oolong/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/oolong-kt/oolong/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/oolong-kt/oolong/releases/tag/v1.0.0

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ Download

```kotlin
dependencies {
implementation("org.oolong-kt:oolong:2.0.4")
implementation("org.oolong-kt:oolong:2.0.5")
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=org.oolong-kt
VERSION_NAME=2.0.5-SNAPSHOT
VERSION_NAME=2.0.5
POM_DESCRIPTION=MVU for Kotlin Multiplatform

POM_URL=https://github.com/oolong-kt/oolong/
Expand Down

0 comments on commit 2520a14

Please sign in to comment.