chore: Bump version to 4.4.2-beta1

This commit is contained in:
Kévin Commaille 2023-02-21 22:39:52 +01:00
parent ad6a9d3922
commit 74e380b64e
No known key found for this signature in database
GPG key ID: DD507DAE96E8245C
5 changed files with 7 additions and 9 deletions

4
Cargo.lock generated
View file

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

View file

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

View file

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

View file

@ -1,16 +1,14 @@
[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-matrix-api"
version = "4.4.0"
version = "4.4.2-beta1"
workspace = "../"
edition = "2018"
description = """
Library to communicate with a Matrix.org server
"""
keywords = [
"matrix", "fractal"
]
keywords = ["matrix", "fractal"]
license = "GPL-3.0"
repository = "https://gitlab.gnome.org/GNOME/fractal"
documentation = "https://gnome.pages.gitlab.gnome.org/fractal/fractal_matrix_api/index.html"

View file

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