version bump

This commit is contained in:
Morgan McMillian 2018-01-15 09:34:11 -08:00
parent 3a2dee0979
commit ec769a3771
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ Page {
horizontalAlignment: HorizontalAlignment.Center
topPadding: ui.sdu(2)
Label {
text: "Copyright © 2016-2017 Morgan McMillian"
text: "Copyright © 2016-2018 Morgan McMillian"
textStyle.fontSize: FontSize.XSmall
textFormat: TextFormat.Html
}

View file

@ -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.0</versionNumber>
<versionNumber>0.9.1</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 -->