Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed May 24, 2019
1 parent d090ff1 commit 11979a8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions qml/pages/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Page {
source: "/usr/share/icons/hicolor/172x172/apps/harbour-picross2.png"
}
Label {
text: "Picross v2.4.1"
text: "Picross v2.4.2"
anchors.horizontalCenter: parent.horizontalCenter
font.pixelSize: Theme.fontSizeExtraLarge
}
Label {
text: "13.2.2019"
text: "24.5.2019"
anchors.horizontalCenter: parent.horizontalCenter
font.pixelSize: Theme.fontSizeSmall
}
Expand Down
11 changes: 11 additions & 0 deletions qml/pages/WhatsNew.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ Page{
x: Theme.paddingLarge
spacing: Theme.paddingSmall

SectionHeader {
text: "Picross v2.4.2 (24.5.2019)"
font.pixelSize: Theme.fontSizeSmall
}
Label {
width: parent.width
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
anchors.horizontalCenter: parent.horizontalCenter
font.pixelSize: Theme.fontSizeSmall
text: "- Animate victory screen"
}
SectionHeader {
text: "Picross v2.4.1 (13.2.2019)"
font.pixelSize: Theme.fontSizeSmall
Expand Down
11 changes: 2 additions & 9 deletions rpm/harbour-picross2.changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Rename this file as Picross.changes to include changelog
# entries in your RPM file.
#
# Add new changelog entries following the format below.
# Add newest entries to the top of the list.
# Separate entries from eachother with a blank line.

# * date Author's Name <author's email> version-release
# - Summary of changes
* Fri May 24 2019 Matti Viljanen <[email protected]> 2.4.2-1
- Animate victory screen

* Wed Feb 13 2019 Matti Viljanen <[email protected]> 2.4.1-1
- Added translations' credits page
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-picross2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name: harbour-picross2
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Picross
# Checklist: .spec .yaml .changes About.qml WhatsNew.qml
Version: 2.4.1
Version: 2.4.2
Release: 1
Group: Qt/Qt
License: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-picross2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: harbour-picross2
Summary: Picross
Version: 2.4.1
Version: 2.4.2
Release: 1
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Expand Down

0 comments on commit 11979a8

Please sign in to comment.