From 767556c08316243fa1b5a6e30e08bea93617b279 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 7 Aug 2021 13:14:05 +0200 Subject: [PATCH] Release 0.6.0 on Android --- CHANGELOG.md | 5 ++++- android/AndroidManifest.xml | 2 +- blueROCK.pro | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6abac..096f3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -# [0.06] - UNRELEASED +# [0.6.0] - UNRELEASED ### Changed - The subtitle in results and startlists is now the route name instead of the category name @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - German translations - URL handler for https://l.bluerock.dev and https://app.bluerock.dev +### Fixed +- Rare issue with missing background in boulder result rect + # [0.05] - 2021-06-07 ### Changed - the boulder result rect doesn't have a background if there is no result now diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index a78be6b..9f1c607 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/blueROCK.pro b/blueROCK.pro index 1ddd50a..235d823 100644 --- a/blueROCK.pro +++ b/blueROCK.pro @@ -1,7 +1,7 @@ QT += quick qml quickcontrols2 purchasing CONFIG += c++11 -VERSION = 0.5.0 +VERSION = 0.6.0 TARGET = blueROCK # The following define makes your compiler emit warnings if you use