From 3efe1288810eb80c37b7ae7e7d4e784effcfc0fa Mon Sep 17 00:00:00 2001 From: heliguy Date: Wed, 18 Dec 2024 22:45:29 -0500 Subject: [PATCH] I changed my mind, I want the release number back at 2.0.1 --- data/io.github.flattool.Warehouse.metainfo.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index 93ab2a1..e50a29b 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -71,7 +71,7 @@ - +

Bug Fixes and Performance Improvements

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