Skip to content

Commit

Permalink
Prepare for release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bnorm committed Apr 10, 2023
1 parent c1fd51d commit dc2673c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.12.2

_2023-04-09_

**Fixes**
* Correctly align `in` operator. (#95).

## Version 0.12.1

_2023-04-08_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Builds of the Gradle plugin are available through the
```kotlin
plugins {
kotlin("multiplatform") version "1.7.0"
id("com.bnorm.power.kotlin-power-assert") version "0.12.1"
id("com.bnorm.power.kotlin-power-assert") version "0.12.2"
}
```

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

allprojects {
group = "com.bnorm.power"
version = "0.12.1"
version = "0.12.2"
}

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.7.0"
id("com.bnorm.power.kotlin-power-assert") version "0.12.1"
id("com.bnorm.power.kotlin-power-assert") version "0.12.2"
}

repositories {
Expand Down

0 comments on commit dc2673c

Please sign in to comment.