Chore: update version and changelog
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4bf2e2b3b3
commit
88ebde27f2
2 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ 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.6.2] - UNRELEASED
|
||||
### Removed
|
||||
- URL handler for app.bluerock.dev, it is not needed
|
||||
|
||||
# [0.6.1] - 2021-10-20
|
||||
### Added
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
QT += quick qml quickcontrols2 purchasing
|
||||
CONFIG += c++11
|
||||
|
||||
VERSION = 0.6.1
|
||||
VERSION = 0.6.2
|
||||
TARGET = blueROCK
|
||||
|
||||
# The following define makes your compiler emit warnings if you use
|
||||
|
|
Loading…
Reference in a new issue