Skip to content

Commit 2799c74

Browse files
committed
update release info
1 parent 8be8ae6 commit 2799c74

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

data/com.github.ronnydo.colorpicker.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<url type="homepage">https://github.com/RonnyDo/ColorPicker</url>
2727
<url type="bugtracker">https://github.com/RonnyDo/ColorPicker/issues</url>
2828
<custom>
29-
<value key="x-appcenter-color-primary">#603461</value>
30-
<value key="x-appcenter-color-primary-text">rgb(255, 255, 255)</value>
29+
<value key="x-appcenter-color-primary">#91D5FF</value>
30+
<value key="x-appcenter-color-primary-text">#333333</value>
3131
</custom>
3232
</component>

debian/changelog

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
com.github.ronnydo.colorpicker (0.1.0) xenial; urgency=low
1+
com.github.ronnydo.colorpicker (0.1.2) xenial; urgency=low
2+
3+
* Fix build information
4+
5+
-- Ronny Dobra <ronnydobra at arcor dot de> Thu, 21 Jun 2017 08:53:39 +0100
6+
7+
* Added debian files and logo files
8+
9+
-- Ronny Dobra <ronnydobra at arcor dot de> Thu, 18 Jun 2017 08:53:39 +0100
210

311
* First official release.
412

5-
-- Ronny Dobra <ronnydobra at arcor dot de> Thu, 15 Apr 2017 08:53:39 +0100
13+
-- Ronny Dobra <ronnydobra at arcor dot de> Thu, 15 Jun 2017 08:53:39 +0100

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.ronnydo.colorpicker', ['vala', 'c'],
2-
version: '0.1.1'
2+
version: '0.1.2'
33
)
44

55
gnome = import('gnome')

0 commit comments

Comments
 (0)