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

Commit 8ad39b4

Browse files
committed
Fixed minor bugs
1 parent d8d2da6 commit 8ad39b4

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set (GENERIC_NAME "Pomodoro App")
1616
set (RELEASE_NAME "Amai")
1717
set (PACKAGE_ID "com.github.luizaugustomm.tomato")
1818
set (COMMENT "Keep focused on your work")
19-
set (VERSION "1.2.5")
19+
set (VERSION "1.2.6")
2020
set (VERSION_INFO "Stable release")
2121

2222
# where we install data directory (if we have any)

data/com.github.luizaugustomm.tomato.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</screenshot>
2929
</screenshots>
3030

31-
<developer_name>Luiz Augusto Morais</developer_name>
31+
<developer_name>Tomato Team</developer_name>
3232
<url type="homepage">https://github.com/luizaugustomm/tomato</url>
3333
<url type="bugtracker">https://github.com/luizaugustomm/tomato/issues</url>
3434
<url type="help">https://github.com/luizaugustomm/tomato/issues</url>
@@ -44,7 +44,7 @@
4444
</provides>
4545

4646
<releases>
47-
<release version="1.2.5" timestamp="20170408">
47+
<release version="1.2.6" timestamp="20170410">
4848
<description>
4949
<p>Tomato "Amai" 1.2.x</p>
5050
</description>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
tomato (1.2.6) xenial; urgency=medium
2+
3+
* Fixed minor bugs
4+
5+
-- Luiz Augusto <lamm@elementary> Mon, 10 Apr 2017 19:53:08 -0300
6+
17
tomato (1.2.5) xenial; urgency=medium
28

39
* Fixed minor bugs

po/tomato.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-04-08 17:25-0300\n"
11+
"POT-Creation-Date: 2017-04-10 19:52-0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

src/Config.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Constants {
2121
public const string PKG_DATADIR = "/usr/share/tomato";
2222
public const string GETTEXT_PACKAGE = "tomato";
2323
public const string RELEASE_NAME = "Amai";
24-
public const string VERSION = "1.2.5";
24+
public const string VERSION = "1.2.6";
2525
public const string VERSION_INFO = "Stable release";
2626
public const string INSTALL_PREFIX = "/usr";
2727
public const string APP_NAME = "Tomato";

0 commit comments

Comments
 (0)