From b0365f93d6ec68348756902be5f49597adb4d027 Mon Sep 17 00:00:00 2001 From: faultlessdroid Date: Sat, 3 Aug 2019 13:34:12 +0000 Subject: [PATCH] 0.0.21 release (previous 0.0.20) + release notes updated [ci skip] --- CHANGELOG.md | 4 ++++ version.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0951b56..51a60a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 0.0.21 + - 2019-08-03 - [2 commits](https://github.com/DroidsOnRoids/FoQA/compare/v0.0.20...v0.0.21) by [Karol Wrótniak](https://github.com/koral--) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.0.21-green.svg)](https://bintray.com/droidsonroids/maven/FoQA/0.0.21) + - Add shipkit team configuration [(#14)](https://github.com/DroidsOnRoids/FoQA/pull/14) + #### 0.0.20 - 2019-08-03 - no code changes (no commits) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.0.20-green.svg)](https://bintray.com/droidsonroids/maven/FoQA/0.0.20) diff --git a/version.properties b/version.properties index b3db6e7..8cc3cb4 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ #Version of the produced binaries. This file is intended to be checked-in. #It will be automatically bumped by release automation. -version=0.0.21 -previousVersion=0.0.20 +version=0.0.22 +previousVersion=0.0.21