New alpha release 0.1.14
Trying to fix problem with arm
This commit is contained in:
parent
36a6f19ee4
commit
77bd33cea6
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.13"
|
||||
version = "0.1.14"
|
||||
workspace = "../"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'fractal', 'rust',
|
||||
version: '0.1.13',
|
||||
version: '0.1.14',
|
||||
license: 'GPLv3',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue