From be6501f923989b11b349569a7b7501912beab537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Fri, 7 Aug 2020 09:20:51 +0200 Subject: [PATCH] Release 4.4.0 --- Cargo.lock | 4 ++-- flatpak/org.gnome.Fractal-release.json | 4 ++-- fractal-gtk/Cargo.toml | 2 +- fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in | 4 ++-- fractal-matrix-api/Cargo.toml | 2 +- meson.build | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecde6dfb..c0b5e5e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -578,7 +578,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fractal-gtk" -version = "4.2.2" +version = "4.4.0" dependencies = [ "cairo-rs", "chrono", @@ -620,7 +620,7 @@ dependencies = [ [[package]] name = "fractal-matrix-api" -version = "4.2.2" +version = "4.4.0" dependencies = [ "gio", "reqwest", diff --git a/flatpak/org.gnome.Fractal-release.json b/flatpak/org.gnome.Fractal-release.json index de2ffe62..61987c00 100644 --- a/flatpak/org.gnome.Fractal-release.json +++ b/flatpak/org.gnome.Fractal-release.json @@ -55,7 +55,7 @@ { "type" : "git", "url" : "https://source.puri.sm/Librem5/libhandy", - "tag" : "v0.0.10" + "tag" : "v0.0.13" } ] }, @@ -102,7 +102,7 @@ "sources" : [ { "type" : "git", - "branch" : "release-4.2.2", + "branch" : "release-4.4.0", "url" : ".." } ] diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml index 92068b99..960f64b5 100644 --- a/fractal-gtk/Cargo.toml +++ b/fractal-gtk/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Daniel Garcia "] name = "fractal-gtk" -version = "4.2.2" +version = "4.4.0" workspace = "../" edition = "2018" diff --git a/fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in b/fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in index e0930574..0fb3c62e 100644 --- a/fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in +++ b/fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in @@ -18,9 +18,9 @@ - + -

This new major release is the result of 3 months of hard work.

+

This new major release is the result of 10 months of hard work.

New features:

  • Videos now have a preview directly in history
  • diff --git a/fractal-matrix-api/Cargo.toml b/fractal-matrix-api/Cargo.toml index 2f6a80a5..c52bf065 100644 --- a/fractal-matrix-api/Cargo.toml +++ b/fractal-matrix-api/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Daniel Garcia "] name = "fractal-matrix-api" -version = "4.2.2" +version = "4.4.0" workspace = "../" edition = "2018" diff --git a/meson.build b/meson.build index 6529f0e2..b867680d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'fractal', 'rust', - version: '4.2.2', + version: '4.4.0', license: 'GPLv3', )