@ -741,7 +741,7 @@ dependencies = [
[[package]]
name = "fractal-gtk"
version = "4.4.0"
version = "4.4.1"
dependencies = [
"anyhow",
"async-trait",
@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
workspace = "../"
edition = "2018"
@ -18,6 +18,11 @@
</screenshot>
</screenshots>
<releases>
<release version="4.4.1" type="stable" date="2021-10-18" urgency="high">
<description>
<p>This new major release is the result of 14 months of hard work.</p>
</description>
</release>
<release version="4.4" type="stable" date="2020-08-07" urgency="high">
<p>This new major release is the result of 10 months of hard work.</p>
@ -1,6 +1,6 @@
project(
'fractal', 'rust',
version: '4.4.0',
version: '4.4.1',
license: 'GPL-3.0-or-later',
)