Skip to content

Commit c2ff5c8

Browse files
committed
Release 1.1.1
1 parent 9c642d4 commit c2ff5c8

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
language: node_js
44

55
node_js:
6-
- 10/*
6+
- 10.17.0
77

88
sudo: required
99

data/com.github.donadigo.appeditor.appdata.xml.in

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131
</screenshot>
3232
</screenshots>
3333
<releases>
34+
<release version="1.1.1" date="2020-04-17">
35+
<description>
36+
<p>This release includes translation updates:</p>
37+
<ul>
38+
<li>Dutch translation (Heimen Stoffels)</li>
39+
<li>Spanish, Catalan translation (Adolfo Jayme-Barrientos)</li>
40+
<li>Japanese translation (Ryo Nakano)</li>
41+
<li>French translation (Nathan Bonnemains, dabou)</li>
42+
<li>Turkish translation (Serdar Sağlam)</li>
43+
<li>Russian translation (Camellan)</li>
44+
<li>Lithuanian translation (welaq)</li>
45+
<li>Italian translation</li>
46+
</ul>
47+
</description>
48+
</release>
3449
<release version="1.1.0" date="2018-08-11">
3550
<description>
3651
<p>This release includes added support for elementary OS Juno, miscellaneous improvements and new translations:</p>
@@ -145,5 +160,6 @@
145160
<custom>
146161
<value key="x-appcenter-color-primary">#32e3ca</value>
147162
<value key="x-appcenter-color-primary-text">#0A332D</value>
163+
<value key="x-appcenter-suggested-price">5</value>
148164
</custom>
149165
</component>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.donadigo.appeditor', ['vala', 'c'],
2-
version: '1.1.0')
2+
version: '1.1.1')
33

44
i18n = import('i18n')
55
gnome = import('gnome')

0 commit comments

Comments
 (0)