Release Fractal 4.4.2

This commit is contained in:
Kévin Commaille 2023-03-09 08:49:13 +01:00
parent f35c4b76dc
commit 991d563a6b
No known key found for this signature in database
GPG Key ID: DD507DAE96E8245C
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -577,7 +577,7 @@ dependencies = [
[[package]]
name = "fractal-gtk"
version = "4.4.2-beta2"
version = "4.4.2"
dependencies = [
"anyhow",
"cairo-rs",
@ -619,7 +619,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
version = "4.4.2-beta2"
version = "4.4.2"
dependencies = [
"gio",
"reqwest",

View File

@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-gtk"
version = "4.4.2-beta2"
version = "4.4.2"
workspace = "../"
edition = "2018"

View File

@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release version="4.4.2-beta2" type="development" date="2023-02-21" urgency="high">
<release version="4.4.2" type="stable" date="2023-03-09" urgency="high">
<description>
<p>
This is a maintenance release that fixes the compilation of 4.4 with recent libraries and

View File

@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-matrix-api"
version = "4.4.2-beta2"
version = "4.4.2"
workspace = "../"
edition = "2018"

View File

@ -1,6 +1,6 @@
project(
'fractal', 'rust',
version: '4.4.2-beta2',
version: '4.4.2',
license: 'GPLv3',
)