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

Commit b5978b6

Browse files
committed
Update version and screenshots
1 parent 4da09e3 commit b5978b6

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cmake_minimum_required (VERSION 2.8)
99
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
1010

1111
set (APP_NAME "Tomato")
12-
set (RELEASE_NAME "Amai")
13-
set (VERSION "1.2.8")
12+
set (RELEASE_NAME "Stupice")
13+
set (VERSION "2.0.0")
1414
set (GENERIC_NAME "Pomodoro App")
1515
set (PACKAGE_ID ${CMAKE_PROJECT_NAME})
1616
set (ICON_NAME ${CMAKE_PROJECT_NAME})

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212
</description>
1313

1414
<screenshots>
15-
<screenshot>
16-
<caption>Start page</caption>
17-
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/start.png</image>
18-
</screenshot>
1915
<screenshot type="default">
2016
<caption>Pomodoro time</caption>
2117
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/pomodoro.png</image>
2218
</screenshot>
19+
20+
<screenshot>
21+
<caption>Start page</caption>
22+
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/start.png</image>
23+
</screenshot>
24+
2325
<screenshot>
2426
<caption>Short break time</caption>
2527
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/break.png</image>
@@ -42,6 +44,15 @@
4244
</provides>
4345

4446
<releases>
47+
<release version="2.0.0" date="2017-06-02" urgency="medium">
48+
⁠<description>
49+
<ul>
50+
<_li>UI redesign</_li>
51+
<_li>Bug fixes</_li>
52+
</ul>
53+
⁠</description>
54+
​ </release>
55+
4556
<release version="1.2.8" date="2017-04-29" urgency="medium">
4657
⁠<description>
4758
<ul>

data/screenshots/break.png

-1.88 KB
Loading

data/screenshots/pomodoro.png

-6.02 KB
Loading

data/screenshots/start.png

-4.42 KB
Loading

po/com.github.luizaugustomm.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-06-02 09:30-0300\n"
11+
"POT-Creation-Date: 2017-06-02 10:42-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ namespace Constants {
2020
public const string DATADIR = "/usr/share";
2121
public const string PKG_DATADIR = "/usr/share/com.github.luizaugustomm.tomato";
2222
public const string GETTEXT_PACKAGE = "com.github.luizaugustomm.tomato";
23-
public const string RELEASE_NAME = "Amai";
24-
public const string VERSION = "1.2.8";
23+
public const string RELEASE_NAME = "Stupice";
24+
public const string VERSION = "2.0.0";
2525
public const string VERSION_INFO = "Release";
2626
public const string INSTALL_PREFIX = "/usr";
2727
public const string APP_NAME = "Tomato";

0 commit comments

Comments
 (0)