New alpha release 0.1.14

Trying to fix problem with arm
This commit is contained in:
Daniel García Moreno 2018-02-14 19:17:29 +01:00
parent 36a6f19ee4
commit 77bd33cea6
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -16,7 +16,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.13" date="2018-02-09"/>
<release version="0.1.14" date="2018-02-14"/>
</releases>
<update_contact>danigm@wadobo.com</update_contact>
</component>

View file

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