New alpha release 0.1.9
New features: * Invite to a room Bug fixes: * Fix multiple messages after invite * Styling invite accept/reject dialog * Don't show login screen when we've the credentials
This commit is contained in:
parent
6472b1f486
commit
c0e9f0ec65
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
authors = ["Daniel Garcia <danigm@wadobo.com>"]
|
||||
build = "build.rs"
|
||||
name = "fractal-gtk"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
workspace = "../"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.1.8" date="2018-01-17"/>
|
||||
<release version="0.1.9" date="2018-01-19"/>
|
||||
</releases>
|
||||
<update_contact>danigm@wadobo.com</update_contact>
|
||||
</component>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'fractal', 'rust',
|
||||
version: '0.1.8',
|
||||
version: '0.1.9',
|
||||
license: 'GPLv3',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue