Skip to content

Commit

Permalink
Update version to 2.0.2. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom committed Jan 8, 2020
1 parent 746eefe commit 5250de3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions 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.2] - 2020-01-08
### Added
- Update Kotlin to 1.3.61
- Update Kotlin Coroutines to 1.3.3
Expand Down Expand Up @@ -32,6 +34,7 @@ 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.1...HEAD
[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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object Counter {
Samples
-------

More examples can be found in the [samples directory](samples).
More examples can be found in the [samples repository](https://github.com/oolong-kt/oolong-samples).

Documentation
-------------
Expand All @@ -79,6 +79,6 @@ Download

```kotlin
dependencies {
implementation("org.oolong-kt:oolong:2.0.1")
implementation("org.oolong-kt:oolong:2.0.2")
}
```
2 changes: 1 addition & 1 deletion docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add Oolong to your project with Gradle.

```kotlin
dependencies {
implementation("org.oolong-kt:oolong:2.0.0")
implementation("org.oolong-kt:oolong:2.0.2")
}
```

Expand Down
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.2-SNAPSHOT
VERSION_NAME=2.0.2
POM_DESCRIPTION=MVU for Kotlin Multiplatform

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

0 comments on commit 5250de3

Please sign in to comment.