diff options
| -rw-r--r-- | rpm/pebble.changes | 3 | ||||
| -rw-r--r-- | rpm/pebble.spec | 2 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/rpm/pebble.changes b/rpm/pebble.changes index dac3805..23fbf57 100644 --- a/rpm/pebble.changes +++ b/rpm/pebble.changes @@ -1,3 +1,6 @@ +* Tue Sep 30 2014 Tomasz Sterna <tomek@xiaoka.com> 0.12 +- Do not use invoker to run pebbled + * Mon Sep 29 2014 Tomasz Sterna <tomek@xiaoka.com> 0.11 - Fixed notifications duplication bug - Improved pebbled.service unit file diff --git a/rpm/pebble.spec b/rpm/pebble.spec index bf05ca7..9b9df50 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -13,7 +13,7 @@ Name: pebble %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Support for Pebble watch in SailfishOS -Version: 0.11 +Version: 0.12 Release: 1 Group: Qt/Qt License: GPL3 diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index 700369d..e5edbaa 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -1,6 +1,6 @@ Name: pebble Summary: Support for Pebble watch in SailfishOS -Version: 0.11 +Version: 0.12 Release: 1 Group: Qt/Qt URL: http://getpebble.com/ |
