diff --git a/Cargo.lock b/Cargo.lock index 9c902e73..d0e63dab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,13 +359,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fractal-gtk" -version = "3.29.5" +version = "3.29.6" dependencies = [ "cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "comrak 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fractal-matrix-api 3.29.5", + "fractal-matrix-api 3.29.6", "fragile 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "gdk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "gdk-pixbuf 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "fractal-matrix-api" -version = "3.29.5" +version = "3.29.6" dependencies = [ "cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml index 77a3023a..e110127e 100644 --- a/fractal-gtk/Cargo.toml +++ b/fractal-gtk/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Daniel Garcia "] build = "build.rs" name = "fractal-gtk" -version = "3.29.5" +version = "3.29.6" workspace = "../" [dependencies] diff --git a/fractal-gtk/res/org.gnome.Fractal.appdata.xml b/fractal-gtk/res/org.gnome.Fractal.appdata.xml index 8abcc88e..fe713bc2 100644 --- a/fractal-gtk/res/org.gnome.Fractal.appdata.xml +++ b/fractal-gtk/res/org.gnome.Fractal.appdata.xml @@ -18,7 +18,7 @@ - + danigm@wadobo.com diff --git a/fractal-matrix-api/Cargo.toml b/fractal-matrix-api/Cargo.toml index 5cf2c6ac..64eaa580 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 = "3.29.5" +version = "3.29.6" workspace = "../" description = """ diff --git a/meson.build b/meson.build index 8bd0c246..6137b2b5 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'fractal', 'rust', - version: '3.29.5', + version: '3.29.6', license: 'GPLv3', )