Skip to content

Commit

Permalink
Merge pull request #553 from paper-plane-developers/marhkb/chore/v0.1…
Browse files Browse the repository at this point in the history
….0-beta.3

chore/v0.1.0-beta.3
  • Loading branch information
marhkb authored Jun 11, 2023
2 parents 58f8329 + a3b646f commit 03b916f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
10 changes: 5 additions & 5 deletions 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 = "paper-plane"
version = "0.1.0-beta.2"
version = "0.1.0-beta.3"
authors = ["Marco Melorio <marco.melorio@protonmail.com>", "Marcus Behrendt <marcus.behrendt.86@gmail.com>"]
edition = "2021"

Expand Down
11 changes: 11 additions & 0 deletions data/app.drey.PaperPlane.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,18 @@
<url type="homepage">https://github.com/paper-plane-developers/paper-plane</url>
<url type="bugtracker">https://github.com/paper-plane-developers/paper-plane/issues</url>
<content_rating type="oars-1.1" />
sabriunal
<releases>
<release version="0.1.0~beta.3" date="2023-06-11">
<description>
<p>The third beta release of Paper Plane 0.1.0 should in the first place fix a build error on Flathub:</p>
<ul>
<li>Added registered categories to te desktop file to fix a build error on Flathub.</li>
<li>Dependencies have been updated.</li>
<li>Turkish translations have been updated, thanks to @sabriunal.</li>
</ul>
</description>
</release>
<release version="0.1.0~beta.2" date="2023-06-08">
<description>
<p>The second beta release of Paper Plane 0.1.0 contains the following features, fixes and chores:</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(
'paper-plane',
'rust',
version: '0.1.0-beta.2',
version: '0.1.0-beta.3',
meson_version: '>= 0.59',
)

Expand Down

0 comments on commit 03b916f

Please sign in to comment.