Bump version number

(Does not include docs and README yet)
This commit is contained in:
Olivier Goffart 2021-04-26 13:16:03 +02:00
parent 1025cc6020
commit 3380383787
22 changed files with 55 additions and 55 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "sixtyfps-compiler"
version = "0.0.5"
version = "0.0.6"
authors = ["SixtyFPS <info@sixtyfps.io>"]
edition = "2018"
license = "GPL-3.0-only"
@ -13,6 +13,6 @@ name = "sixtyfps_compiler"
path = "main.rs"
[dependencies]
sixtyfps-compilerlib = { version = "=0.0.5", path = "../../sixtyfps_compiler", features = ["display-diagnostics", "cpp", "rust"]}
sixtyfps-compilerlib = { version = "=0.0.6", path = "../../sixtyfps_compiler", features = ["display-diagnostics", "cpp", "rust"]}
structopt = "0.3.14"
spin_on = "0.1"