version bump 0.7.0
This commit is contained in:
parent
8144904d1e
commit
d1072331c1
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,6 @@ LoginSheet.qml
|
||||||
main.qml
|
main.qml
|
||||||
moment.js
|
moment.js
|
||||||
NewPostSheet.qml
|
NewPostSheet.qml
|
||||||
PostItem.qml
|
|
||||||
ProfilePage.qml
|
ProfilePage.qml
|
||||||
RefreshItem.qml
|
RefreshItem.qml
|
||||||
SettingsPage.qml
|
SettingsPage.qml
|
||||||
|
@ -44,6 +43,7 @@ icons/retweet.png
|
||||||
icons/sign-out.png
|
icons/sign-out.png
|
||||||
icons/star-o.png
|
icons/star-o.png
|
||||||
icons/star.png
|
icons/star.png
|
||||||
|
PostItem.qml
|
||||||
StreamTab.qml
|
StreamTab.qml
|
||||||
WebViewSheet.qml
|
WebViewSheet.qml
|
||||||
parser.js
|
parser.js
|
||||||
|
|
|
@ -37,7 +37,7 @@ Page {
|
||||||
horizontalAlignment: HorizontalAlignment.Center
|
horizontalAlignment: HorizontalAlignment.Center
|
||||||
topPadding: ui.sdu(2)
|
topPadding: ui.sdu(2)
|
||||||
Label {
|
Label {
|
||||||
text: "Copyright © 2016 Morgan McMillian"
|
text: "Copyright © 2016-2017 Morgan McMillian"
|
||||||
textStyle.fontSize: FontSize.XSmall
|
textStyle.fontSize: FontSize.XSmall
|
||||||
textFormat: TextFormat.Html
|
textFormat: TextFormat.Html
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,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.
|
<!-- 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.
|
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. -->
|
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
|
||||||
<versionNumber>0.6.0</versionNumber>
|
<versionNumber>0.7.0</versionNumber>
|
||||||
|
|
||||||
<!-- Fourth digit segment of the package version. First three segments are taken from the
|
<!-- 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 -->
|
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
|
||||||
|
|
Reference in a new issue