Skip to content

Commit

Permalink
Prepare for release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Oct 1, 2021
1 parent 038a381 commit 81dab67
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [0.10.2] - 2021-10-01

### Fixed

- Fix `Duplicate content roots detected` warning in IDE [#56](https://github.com/yshrsmz/BuildKonfig/issues/56)

## [0.10.1] - 2021-09-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0** or later
- Kotlin **1.5.30** or later
- Kotlin Multiplatform Project
- Gradle 7 or later

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.10.2-SNAPSHOT
VERSION_NAME=0.10.2
#
POM_URL=https://github.com/yshrsmz/BuildKonfig/
POM_SCM_URL=https://github.com/yshrsmz/BuildKonfig/
Expand Down

0 comments on commit 81dab67

Please sign in to comment.