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
This commit is contained in:
Daniel García Moreno 2018-05-21 21:06:36 +02:00
parent 54aa38fd1b
commit 7a26544df0
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -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)",

View file

@ -2,7 +2,7 @@
authors = ["Daniel Garcia <danigm@wadobo.com>"]
build = "build.rs"
name = "fractal-gtk"
version = "0.1.29"
version = "0.1.30"
workspace = "../"
[dependencies]

View file

@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.29" date="2018-05-14"/>
<release version="0.1.30" date="2018-05-21"/>
</releases>
<update_contact>danigm@wadobo.com</update_contact>

View file

@ -1,6 +1,6 @@
project(
'fractal', 'rust',
version: '0.1.29',
version: '0.1.30',
license: 'GPLv3',
)