Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Fixed minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
luizaugustomm committed Apr 10, 2017
1 parent d8d2da6 commit 8ad39b4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions data/com.github.luizaugustomm.tomato.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</screenshot>
</screenshots>

<developer_name>Luiz Augusto Morais</developer_name>
<developer_name>Tomato Team</developer_name>
<url type="homepage">https://github.com/luizaugustomm/tomato</url>
<url type="bugtracker">https://github.com/luizaugustomm/tomato/issues</url>
<url type="help">https://github.com/luizaugustomm/tomato/issues</url>
Expand All @@ -44,7 +44,7 @@
</provides>

<releases>
<release version="1.2.5" timestamp="20170408">
<release version="1.2.6" timestamp="20170410">
<description>
<p>Tomato "Amai" 1.2.x</p>
</description>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tomato (1.2.6) xenial; urgency=medium

* Fixed minor bugs

-- Luiz Augusto <lamm@elementary> Mon, 10 Apr 2017 19:53:08 -0300

tomato (1.2.5) xenial; urgency=medium

* Fixed minor bugs
Expand Down
2 changes: 1 addition & 1 deletion po/tomato.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion src/Config.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8ad39b4

Please sign in to comment.