Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit af1d8a4

Browse files
author
Bleak Grey
committed
Prepare 1.0
1 parent a7c7540 commit af1d8a4

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

data/com.github.bleakgrey.tootle.appdata.xml.in

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2020 bleak_grey <bleakgrey@gmail.com> -->
2+
<!-- Copyright 2020 Bleak Grey -->
33
<component type="desktop">
44
<id>com.github.bleakgrey.tootle</id>
55
<metadata_license>CC0-1.0</metadata_license>
@@ -76,18 +76,12 @@
7676
</screenshots>
7777

7878
<releases>
79-
<release version="1.0.0-alpha3" date="2020-10-30">
79+
<release version="1.0.0" date="2021-02-02">
8080
<description>
8181
<ul>
82-
<li>New app icon (Kudos to Tobias Bernard!)</li>
83-
<li>New interface design</li>
84-
<li>Added Lists and Conversations</li>
85-
<li>Fixed bugs</li>
82+
<li>Initial release</li>
8683
</ul>
8784
</description>
8885
</release>
8986
</releases>
90-
9187
</component>
92-
93-

data/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ scalable_dir = join_paths(icons_dir, 'scalable', 'apps')
33
symbolic_dir = join_paths(icons_dir, 'symbolic', 'apps')
44

55
install_data(
6-
join_paths('icons', 'color-nightly.svg'),
6+
join_paths('icons', 'color.svg'),
77
install_dir: scalable_dir,
88
rename: meson.project_name() + '.svg'
99
)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha3')
1+
project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0')
22

33
config = configuration_data()
44
config.set('EXEC_NAME', meson.project_name())

0 commit comments

Comments
 (0)