Skip to content

Commit

Permalink
Merge pull request #304 from marhkb/chore/update-app-data
Browse files Browse the repository at this point in the history
Chore/update-app-data
  • Loading branch information
marhkb authored Sep 9, 2022
2 parents 8129761 + a569422 commit 17699e3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pods"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
23 changes: 18 additions & 5 deletions data/com.github.marhkb.Pods.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,30 @@
</screenshots>
<url type="homepage">https://github.com/marhkb/pods</url>
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.0" />
<content_rating type="oars-1.1"/>
<releases>
<release version="0.0.1" date="2019-07-11" />
<release version="1.0.0-beta.2" date="2022-09-09">
<description>
<p>A small update with app data fixes:</p>
<ul>
<li>Updated app data content rating</li>
<li>Added releases in app data</li>
</ul>
</description>
</release>
<release version="1.0.0-beta.1" date="2022-09-08">
<description>
<p>This is the first 1.0.0 beta release of Pods.</p>
</description>
</release>
</releases>
<kudos>
<!--
<!--
GNOME Software kudos:
https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
-->
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<developer_name>Marcus Behrendt</developer_name>
<update_contact>[email protected]</update_contact>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'pods',
'rust',
version: '1.0.0-beta.1',
version: '1.0.0-beta.2',
meson_version: '>= 0.59',
# license: MIT,
)
Expand Down

0 comments on commit 17699e3

Please sign in to comment.