Skip to content

Commit

Permalink
Bump release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom committed Aug 17, 2020
1 parent 53858ed commit 2ca7905
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [2.0.7] - 2020-08-17
### Added
- Update Kotlin to 1.4.0
- Update Kotlin Coroutines to 1.3.9
Expand Down Expand Up @@ -57,7 +59,8 @@

Initial release

[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.6...HEAD
[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.7...HEAD
[2.0.7]: https://github.com/oolong-kt/oolong/compare/v2.0.6...v2.0.7
[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
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.6")
implementation("org.oolong-kt:oolong:2.0.7")
}
```
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.7-SNAPSHOT
VERSION_NAME=2.0.7
POM_DESCRIPTION=MVU for Kotlin Multiplatform

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

0 comments on commit 2ca7905

Please sign in to comment.