[fractal/release-4.4.0: 2/2] Release 4.4.0




commit be6501f923989b11b349569a7b7501912beab537
Author: Daniel GarcĂ­a Moreno <dani danigm net>
Date:   Fri Aug 7 09:20:51 2020 +0200

    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 <danigm wadobo com>"]
 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 @@
     </screenshot>
   </screenshots>
   <releases>
-    <release version="4.4" type="stable" date="2020-02-28" urgency="high">
+    <release version="4.4" type="stable" date="2020-08-07" urgency="high">
       <description>
-        <p>This new major release is the result of 3 months of hard work.</p>
+        <p>This new major release is the result of 10 months of hard work.</p>
         <p>New features:</p>
         <ul>
           <li>Videos now have a preview directly in history</li>
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 <danigm wadobo com>"]
 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',
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]