Skip to content

Commit

Permalink
prepare for release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Aug 24, 2020
1 parent 6ffbd70 commit fe38f10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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'
}
}
Expand Down Expand Up @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit fe38f10

Please sign in to comment.