Skip to content

Commit

Permalink
Version 2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom committed Jul 1, 2020
1 parent 8c3688a commit 9e293e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [2.0.6] - 2020-06-30
### Fixed
- Maven Central artifacts.

## [2.0.5] - 2020-06-10
### Added
- Update Kotlin Coroutines to 1.3.7
Expand Down Expand Up @@ -50,7 +54,8 @@

Initial release

[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.4...HEAD
[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.6...HEAD
[2.0.6]: https://github.com/oolong-kt/oolong/compare/v2.0.5...v2.0.6
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Get started with Oolong by reading the [official guide](https://oolong-kt.org).

```kotlin
dependencies {
implementation("org.oolong-kt:oolong:2.0.5")
implementation("org.oolong-kt:oolong:2.0.6")
}
```
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.6-SNAPSHOT
VERSION_NAME=2.0.6
POM_DESCRIPTION=MVU for Kotlin Multiplatform

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

0 comments on commit 9e293e2

Please sign in to comment.