From 8ad39b4dc668fb0b0fc9156ebebfc472fb8c98ab Mon Sep 17 00:00:00 2001 From: Luiz Augusto Morais Date: Mon, 10 Apr 2017 19:54:16 -0300 Subject: [PATCH] Fixed minor bugs --- CMakeLists.txt | 2 +- data/com.github.luizaugustomm.tomato.appdata.xml | 4 ++-- debian/changelog | 6 ++++++ po/tomato.pot | 2 +- src/Config.vala | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f53923..2e1ecfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set (GENERIC_NAME "Pomodoro App") set (RELEASE_NAME "Amai") set (PACKAGE_ID "com.github.luizaugustomm.tomato") set (COMMENT "Keep focused on your work") -set (VERSION "1.2.5") +set (VERSION "1.2.6") set (VERSION_INFO "Stable release") # where we install data directory (if we have any) diff --git a/data/com.github.luizaugustomm.tomato.appdata.xml b/data/com.github.luizaugustomm.tomato.appdata.xml index 226f1fd..38efa1c 100644 --- a/data/com.github.luizaugustomm.tomato.appdata.xml +++ b/data/com.github.luizaugustomm.tomato.appdata.xml @@ -28,7 +28,7 @@ - Luiz Augusto Morais + Tomato Team https://github.com/luizaugustomm/tomato https://github.com/luizaugustomm/tomato/issues https://github.com/luizaugustomm/tomato/issues @@ -44,7 +44,7 @@ - +

Tomato "Amai" 1.2.x

diff --git a/debian/changelog b/debian/changelog index d7c499b..a080211 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tomato (1.2.6) xenial; urgency=medium + + * Fixed minor bugs + + -- Luiz Augusto Mon, 10 Apr 2017 19:53:08 -0300 + tomato (1.2.5) xenial; urgency=medium * Fixed minor bugs diff --git a/po/tomato.pot b/po/tomato.pot index 58aaa69..dd6cdae 100644 --- a/po/tomato.pot +++ b/po/tomato.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-08 17:25-0300\n" +"POT-Creation-Date: 2017-04-10 19:52-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/src/Config.vala b/src/Config.vala index c19d5d6..cc880b1 100644 --- a/src/Config.vala +++ b/src/Config.vala @@ -21,7 +21,7 @@ namespace Constants { public const string PKG_DATADIR = "/usr/share/tomato"; public const string GETTEXT_PACKAGE = "tomato"; public const string RELEASE_NAME = "Amai"; - public const string VERSION = "1.2.5"; + public const string VERSION = "1.2.6"; public const string VERSION_INFO = "Stable release"; public const string INSTALL_PREFIX = "/usr"; public const string APP_NAME = "Tomato";