1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Richard Hughes <richard@hughsie.com>
Date: Fri, 16 Sep 2022 14:53:27 +0100
Subject: trivial: Fix up appdata release date
(cherry picked from commit 8e7dcfdf172d3860f009f90f74417aadeb292b06)
Origin: upstream, after 43.0
---
data/appdata/org.gnome.PowerStats.appdata.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/appdata/org.gnome.PowerStats.appdata.xml.in b/data/appdata/org.gnome.PowerStats.appdata.xml.in
index db8cf81..436f47a 100644
--- a/data/appdata/org.gnome.PowerStats.appdata.xml.in
+++ b/data/appdata/org.gnome.PowerStats.appdata.xml.in
@@ -29,7 +29,7 @@
Validate with `appstream-util validate *.appdata.xml`
-->
<releases>
- <release date="2022" version="43.0">
+ <release date="2022-09-16" version="43.0">
<description>
<p>
This is the first stable release for GNOME 43 which updates several
|