From 477dd9baeb05e20edcd3fa564ba8ceb3fa3d42a7 Mon Sep 17 00:00:00 2001 From: heliguy Date: Mon, 6 Jan 2025 14:48:55 -0500 Subject: [PATCH] Update for release 2.0.2 --- data/io.github.flattool.Warehouse.metainfo.xml.in | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index e50a29b..8676c1d 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -71,6 +71,19 @@ + + +

Changes

+
    +
  • Added and updated translations
  • +
+

Bug Fixes

+
    +
  • Fixed missing Copy action icon
  • +
  • Fixed inconsistency in other icons
  • +
+
+

Bug Fixes and Performance Improvements

diff --git a/meson.build b/meson.build index 2070a97..463941f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '2.0.1', + version: '2.0.2', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )