diff --git a/CHANGELOGS.md b/CHANGELOGS.md index c52970a..5a7385e 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.7.0] - 2020-08-24 ### Changed - Kotlin 1.4.0 ([#36](https://github.com/yshrsmz/BuildKonfig/issues/36)) diff --git a/README.md b/README.md index 007b825..fcc96c8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Rather I'd like to do it once. ### Requirements -- Kotlin **1.3.72** or later +- Kotlin **1.4.0** or later - Kotlin Multiplatform Project - Gradle 6.5 or later @@ -50,7 +50,7 @@ buildScript { jcenter() } dependencies { - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0' classpath 'com.codingfeline.buildkonfig:buildkonfig-gradle-plugin:latest_version' } } @@ -104,7 +104,7 @@ buildScript { jcenter() } dependencies { - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0' classpath 'com.codingfeline.buildkonfig:buildkonfig-gradle-plugin:latest_version' } } diff --git a/gradle.properties b/gradle.properties index 95d0acd..53f5cae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official # GROUP=com.codingfeline.buildkonfig -VERSION_NAME=0.7.0-SNAPSHOT +VERSION_NAME=0.7.0 # POM_URL=https://github.com/yshrsmz/BuildKonfig/ POM_SCM_URL=https://github.com/yshrsmz/BuildKonfig/