update about page and version bump
This commit is contained in:
parent
fddd407504
commit
82d5a1bc0d
3 changed files with 6 additions and 3 deletions
|
@ -4,6 +4,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/).
|
||||
|
||||
## [Unreleased]
|
||||
### Fixed
|
||||
- Don't count markdown links against total post text count (issue #52)
|
||||
- Handle utf8 text copying to the clipboard (issue #25)
|
||||
|
||||
## [0.9.2] - 2019-08-10
|
||||
### Fixed
|
||||
|
|
|
@ -37,7 +37,7 @@ Page {
|
|||
horizontalAlignment: HorizontalAlignment.Center
|
||||
topPadding: ui.sdu(2)
|
||||
Label {
|
||||
text: "Copyright © 2016-2018 Morgan McMillian"
|
||||
text: "Copyright © 2016-2019 Morgan McMillian"
|
||||
textStyle.fontSize: FontSize.XSmall
|
||||
textFormat: TextFormat.Html
|
||||
}
|
||||
|
@ -46,7 +46,7 @@ Page {
|
|||
horizontalAlignment: HorizontalAlignment.Center
|
||||
topPadding: ui.sdu(3)
|
||||
Label {
|
||||
text: "<a href=\"https://monkeystew.org\">https://monkeystew.org</a>"
|
||||
text: "<a href=\"https://thrrgilag.net\">https://thrrgilag.net</a>"
|
||||
textFormat: TextFormat.Html
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
|
||||
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
|
||||
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
|
||||
<versionNumber>0.9.2</versionNumber>
|
||||
<versionNumber>0.9.3</versionNumber>
|
||||
|
||||
<!-- Fourth digit segment of the package version. First three segments are taken from the
|
||||
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
|
||||
|
|
Reference in a new issue