diff --git a/qml/pages/ConferenceView.qml b/qml/pages/ConferenceView.qml index 4497609..3a3e047 100644 --- a/qml/pages/ConferenceView.qml +++ b/qml/pages/ConferenceView.qml @@ -55,7 +55,7 @@ Page { MenuItem { text: qsTr("Select conference") onClicked: { - pageStack.push(Qt.resolvedUrl("SelectConferenceView.qml"), {loader:Loader}); + pageStack.push(Qt.resolvedUrl("SelectConferenceView.qml"), {loader:loader}); } } diff --git a/rpm/harbour-companion.changes b/rpm/harbour-companion.changes index 3e9e740..f009cf8 100644 --- a/rpm/harbour-companion.changes +++ b/rpm/harbour-companion.changes @@ -1,3 +1,5 @@ +* Thu May 30 2019 Niels Bernlöhr 0.7.0-1 +- Fixed issue breaking event switch * Tue Dec 25 2018 Niels Bernlöhr 0.4.0-1 - Update for 35c3 - Data now parsed in c++ for performance and memory usage diff --git a/rpm/harbour-companion.spec b/rpm/harbour-companion.spec index 2caa65f..72db1a7 100644 --- a/rpm/harbour-companion.spec +++ b/rpm/harbour-companion.spec @@ -13,7 +13,7 @@ Name: harbour-companion %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Chaos Companion -Version: 0.6 +Version: 0.7 Release: 1 Group: Qt/Qt License: LICENSE diff --git a/rpm/harbour-companion.yaml b/rpm/harbour-companion.yaml index 0770e25..a7360c4 100644 --- a/rpm/harbour-companion.yaml +++ b/rpm/harbour-companion.yaml @@ -1,6 +1,6 @@ Name: harbour-companion Summary: Chaos Companion -Version: 0.6 +Version: 0.7 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