Release 0.6.0 on Android

This commit is contained in:
Dorian Zedler 2021-08-07 13:14:05 +02:00
parent 9af65bd746
commit 767556c083
Signed by: dorian
GPG key ID: 989DE36109AFA354
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.itsblue.blueROCKtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="-- %%INSERT_VERSION_CODE%% --" android:installLocation="auto">
<manifest package="com.itsblue.blueROCK" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="-- %%INSERT_VERSION_CODE%% --" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
<!-- %%INSERT_PERMISSIONS -->

View file

@ -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