Prepare for release 0.5.1

This commit is contained in:
Brian Norman
2020-09-14 20:12:07 -05:00
parent 89f1d5c0a6
commit 9bdcdff63a
4 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,6 +1,13 @@
Change Log Change Log
========== ==========
## Version 0.5.
_2020-09-14_
Bug Fixes:
* Support Windows-style line-separators in compiled files.
## Version 0.5.0 ## Version 0.5.0
_2020-08-29_ _2020-08-29_
+1 -1
View File
@@ -76,7 +76,7 @@ Builds of the Gradle plugin are available through the
```kotlin ```kotlin
plugins { plugins {
kotlin("jvm") version "1.4.0" kotlin("jvm") version "1.4.0"
id("com.bnorm.power.kotlin-power-assert") version "0.5.0" id("com.bnorm.power.kotlin-power-assert") version "0.5.1"
} }
``` ```
+1 -1
View File
@@ -7,7 +7,7 @@ plugins {
allprojects { allprojects {
group = "com.bnorm.power" group = "com.bnorm.power"
version = "0.6.0-SNAPSHOT" version = "0.5.1"
} }
subprojects { subprojects {
+1 -1
View File
@@ -1,6 +1,6 @@
plugins { plugins {
kotlin("multiplatform") version "1.4.0" kotlin("multiplatform") version "1.4.0"
id("com.bnorm.power.kotlin-power-assert") version "0.5.0" id("com.bnorm.power.kotlin-power-assert") version "0.5.1"
} }
repositories { repositories {