summaryrefslogtreecommitdiff
path: root/firefox.appdata.xml.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-11-09 19:34:30 +0100
committerMartin Stransky <stransky@redhat.com>2020-11-09 19:34:30 +0100
commit51c2280ec104bbefde6a13bb450ad57e4882b6f3 (patch)
tree55e58b6cbb31a8a602e0379cf80ab4625e80055d /firefox.appdata.xml.in
parentUpdated to 82.0.3 (diff)
parentInclude date in appdata release tags (diff)
downloadlibrewolf-fedora-ff-51c2280ec104bbefde6a13bb450ad57e4882b6f3.tar.gz
librewolf-fedora-ff-51c2280ec104bbefde6a13bb450ad57e4882b6f3.tar.bz2
librewolf-fedora-ff-51c2280ec104bbefde6a13bb450ad57e4882b6f3.zip
Merge
Diffstat (limited to 'firefox.appdata.xml.in')
-rw-r--r--firefox.appdata.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.appdata.xml.in b/firefox.appdata.xml.in
index 175e1c9..bfa9afc 100644
--- a/firefox.appdata.xml.in
+++ b/firefox.appdata.xml.in
@@ -54,6 +54,6 @@
<screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/c.png</screenshot>
</screenshots>
<releases>
- <release version="__VERSION__"/>
+ <release version="__VERSION__" date="__DATE__"/>
</releases>
</component>
bgstack15