From 7a26544df04e7bf42cf41bbf8cb95821873963c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Mon, 21 May 2018 21:06:36 +0200 Subject: [PATCH] New release 0.1.30 New features: * Translations support * Number of members in the room in the members button * File storage configuration support * Gold and Silver tags for admins and moderatos --- Cargo.lock | 2 +- fractal-gtk/Cargo.toml | 2 +- fractal-gtk/res/org.gnome.Fractal.appdata.xml | 2 +- meson.build | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1437518b..26365fa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "fractal-gtk" -version = "0.1.29" +version = "0.1.30" dependencies = [ "cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml index e146b96c..c4845e95 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 = "0.1.29" +version = "0.1.30" workspace = "../" [dependencies] diff --git a/fractal-gtk/res/org.gnome.Fractal.appdata.xml b/fractal-gtk/res/org.gnome.Fractal.appdata.xml index 1c8539f9..3e5d927b 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/meson.build b/meson.build index 5f69cb72..1a29b868 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'fractal', 'rust', - version: '0.1.29', + version: '0.1.30', license: 'GPLv3', )