Skip to content

Commit

Permalink
Bump version to 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom committed Sep 28, 2020
1 parent 3780d7b commit 9c53b9e
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.1.0] - 2020-09-28
### Added
- Add a `runtime` overload which combines `view` and `render`.
- Update Kotlin to 1.4.10
Expand Down Expand Up @@ -70,7 +72,8 @@

Initial release

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

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

0 comments on commit 9c53b9e

Please sign in to comment.