Skip to content

Commit

Permalink
Set hardcoded version number in About page to 0.3.1 (#25)
Browse files Browse the repository at this point in the history
* [flowplayer.changes] Add stub for v0.3.1

* [flowplayer.spec] Set vendor to `meego` …
  … before submitting FlowPlayer to the SailfishOS:Chum repository at the Sailfish-OBS.

* [AboutPage.qml] Adapt hardcoded version number to `0.3.1`

* [flowplayer.spec] Reverting commit d12624f …
  … in order to make another release with no vendor set, which implies that it will not be submitted to SailfishOS:Chum.
  • Loading branch information
Olf0 authored Dec 7, 2023
1 parent bdccc23 commit 96f3489
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Page {

Label {
color: Theme.secondaryHighlightColor
text: "version 0.1-9"
text: "version 0.3.1"
font.pixelSize: Theme.fontSizeSmall
}
}
Expand All @@ -58,7 +58,7 @@ Page {

Label {
color: Theme.secondaryColor
text: "(C) 2015 Matias Perez (CepiPerez)"
text: "(C) 2015-2016 Matias Perez (CepiPerez)"
font.pixelSize: Theme.fontSizeSmall
}

Expand Down
3 changes: 3 additions & 0 deletions rpm/flowplayer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Dec 07 2023 olf <[email protected]> - 0.3.1
- Set vendor to `meego`

* Tue Dec 05 2023 olf <[email protected]> - 0.3.0
- Create README
- Add screenshots (#3 etc.)
Expand Down

0 comments on commit 96f3489

Please sign in to comment.