From 0541d19d3e7dc980d5c771e9dfdb909c6f3aa394 Mon Sep 17 00:00:00 2001 From: Yasuhiro SHIMIZU Date: Tue, 19 Oct 2021 18:40:43 +0900 Subject: [PATCH] Prepare for release v0.11.0 --- CHANGELOGS.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index a1931e1..d1aa09c 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). -## [0.11.0] - TBD +## [0.11.0] - 2021-10-19 ### Added diff --git a/gradle.properties b/gradle.properties index 3db1fff..8c528d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official # GROUP=com.codingfeline.buildkonfig -VERSION_NAME=0.10.3-SNAPSHOT +VERSION_NAME=0.11.0 # POM_URL=https://github.com/yshrsmz/BuildKonfig/ POM_SCM_URL=https://github.com/yshrsmz/BuildKonfig/