Skip to content

Commit

Permalink
Prepare for release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnorm committed Jun 2, 2021
1 parent d9c2a5a commit 76fae21
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## Version 0.9.0

_2021-06-02_

**New**
* Support Kotlin 1.5.10.

## Version 0.8.1

_2021-05-12_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ Builds of the Gradle plugin are available through the

```kotlin
plugins {
kotlin("multiplatform") version "1.5.0"
id("com.bnorm.power.kotlin-power-assert") version "0.8.1"
kotlin("multiplatform") version "1.5.10"
id("com.bnorm.power.kotlin-power-assert") version "0.9.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "com.bnorm.power"
version = "0.9.0-SNAPSHOT"
version = "0.9.0"
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.5.10"
id("com.bnorm.power.kotlin-power-assert") version "0.8.1"
id("com.bnorm.power.kotlin-power-assert") version "0.9.0"
}

repositories {
Expand Down

0 comments on commit 76fae21

Please sign in to comment.