Skip to content

Commit

Permalink
build: Bump version to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marhkb committed Sep 21, 2024
1 parent 0e17a97 commit f3419a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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 = "2.0.1"
version = "2.0.2"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
5 changes: 5 additions & 0 deletions data/com.github.marhkb.Pods.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="2.0.2" date="2024-09-20">
<description translatable="no">
<p>This release updates the project dependencies to stable versions.</p>
</description>
</release>
<release version="2.0.1" date="2023-12-18">
<description translatable="no">
<p>The first point release of Pods contains the following fixes and style improvements:</p>
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: '2.0.1',
version: '2.0.2',
meson_version: '>= 0.59',
license: 'GPL3+',
)
Expand Down

0 comments on commit f3419a1

Please sign in to comment.