[fractal] Release 4.2.0



commit 65ed458295d49fab4a0b6d8eda19f4aa780c6405
Author: Daniel GarcĂ­a Moreno <dani danigm net>
Date:   Sat Jul 27 09:05:09 2019 +0200

    Release 4.2.0

 Cargo.lock                                          | 6 +++---
 fractal-gtk/Cargo.toml                              | 2 +-
 fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in | 4 ++--
 fractal-matrix-api/Cargo.toml                       | 2 +-
 meson.build                                         | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index 9d2645de..96bc447e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -551,7 +551,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "fractal-gtk"
-version = "4.0.0"
+version = "4.2.0"
 dependencies = [
  "cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -559,7 +559,7 @@ dependencies = [
  "comrak 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "fractal-matrix-api 4.0.0",
+ "fractal-matrix-api 4.2.0",
  "fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -593,7 +593,7 @@ dependencies = [
 
 [[package]]
 name = "fractal-matrix-api"
-version = "4.0.0"
+version = "4.2.0"
 dependencies = [
  "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml
index 3b336d8e..261566a3 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.0.0"
+version = "4.2.0"
 workspace = "../"
 edition = "2018"
 
diff --git a/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in 
b/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
index 7ed8ca68..e2a472fd 100644
--- a/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
+++ b/fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
@@ -17,9 +17,9 @@
     </screenshot>
   </screenshots>
   <releases>
-    <release version="4.2.0" type="stable" date="2019-05-05" urgency="high">
+    <release version="4.2.0" type="stable" date="2019-07-27" urgency="high">
       <description>
-        <p>This new major release is the result of 5 months of hard work by 37 contributors pushing over 200 
commits.</p>
+        <p>This new major release is the result of 7 months of hard work by 37 contributors pushing over 200 
commits.</p>
         <p>New features:</p>
         <ul>
           <li>Adaptive window, mobile friendly</li>
diff --git a/fractal-matrix-api/Cargo.toml b/fractal-matrix-api/Cargo.toml
index 02a38e77..c3ac4f1e 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.0.0"
+version = "4.2.0"
 workspace = "../"
 edition = "2018"
 
diff --git a/meson.build b/meson.build
index d619f54f..d7367276 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'fractal', 'rust',
-  version: '4.0.0',
+  version: '4.2.0',
   license: 'GPLv3',
 )
 


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