Skip to content

Commit 03b916f

Browse files
authored
Merge pull request #553 from paper-plane-developers/marhkb/chore/v0.1.0-beta.3
chore/v0.1.0-beta.3
2 parents 58f8329 + a3b646f commit 03b916f

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paper-plane"
3-
version = "0.1.0-beta.2"
3+
version = "0.1.0-beta.3"
44
authors = ["Marco Melorio <[email protected]>", "Marcus Behrendt <[email protected]>"]
55
edition = "2021"
66

data/app.drey.PaperPlane.metainfo.xml.in.in

+11
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,18 @@
4040
<url type="homepage">https://github.com/paper-plane-developers/paper-plane</url>
4141
<url type="bugtracker">https://github.com/paper-plane-developers/paper-plane/issues</url>
4242
<content_rating type="oars-1.1" />
43+
sabriunal
4344
<releases>
45+
<release version="0.1.0~beta.3" date="2023-06-11">
46+
<description>
47+
<p>The third beta release of Paper Plane 0.1.0 should in the first place fix a build error on Flathub:</p>
48+
<ul>
49+
<li>Added registered categories to te desktop file to fix a build error on Flathub.</li>
50+
<li>Dependencies have been updated.</li>
51+
<li>Turkish translations have been updated, thanks to @sabriunal.</li>
52+
</ul>
53+
</description>
54+
</release>
4455
<release version="0.1.0~beta.2" date="2023-06-08">
4556
<description>
4657
<p>The second beta release of Paper Plane 0.1.0 contains the following features, fixes and chores:</p>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'paper-plane',
33
'rust',
4-
version: '0.1.0-beta.2',
4+
version: '0.1.0-beta.3',
55
meson_version: '>= 0.59',
66
)
77

0 commit comments

Comments
 (0)