chore: Bump version to 4.4.2-beta1
This commit is contained in:
parent
ad6a9d3922
commit
74e380b64e
5 changed files with 7 additions and 9 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'fractal', 'rust',
|
||||
version: '4.4.2-beta',
|
||||
version: '4.4.2-beta1',
|
||||
license: 'GPLv3',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue