From af1d8a4a867fa77d4122fa2fa8b5131bd7c3887f Mon Sep 17 00:00:00 2001 From: Bleak Grey Date: Tue, 2 Feb 2021 18:56:47 +0300 Subject: [PATCH] Prepare 1.0 --- data/com.github.bleakgrey.tootle.appdata.xml.in | 12 +++--------- data/meson.build | 2 +- meson.build | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/data/com.github.bleakgrey.tootle.appdata.xml.in b/data/com.github.bleakgrey.tootle.appdata.xml.in index 9692d8a..497ae68 100644 --- a/data/com.github.bleakgrey.tootle.appdata.xml.in +++ b/data/com.github.bleakgrey.tootle.appdata.xml.in @@ -1,5 +1,5 @@ - + com.github.bleakgrey.tootle CC0-1.0 @@ -76,18 +76,12 @@ - +
    -
  • New app icon (Kudos to Tobias Bernard!)
  • -
  • New interface design
  • -
  • Added Lists and Conversations
  • -
  • Fixed bugs
  • +
  • Initial release
-
- - diff --git a/data/meson.build b/data/meson.build index a5295a5..4fc9def 100644 --- a/data/meson.build +++ b/data/meson.build @@ -3,7 +3,7 @@ scalable_dir = join_paths(icons_dir, 'scalable', 'apps') symbolic_dir = join_paths(icons_dir, 'symbolic', 'apps') install_data( - join_paths('icons', 'color-nightly.svg'), + join_paths('icons', 'color.svg'), install_dir: scalable_dir, rename: meson.project_name() + '.svg' ) diff --git a/meson.build b/meson.build index 6bc7101..b90bdfe 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha3') +project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0') config = configuration_data() config.set('EXEC_NAME', meson.project_name())