Update version number everywhere

This commit is contained in:
Olivier Goffart 2021-01-28 16:33:15 +01:00
parent 1d6a0b0b9c
commit fea2478859
22 changed files with 53 additions and 53 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "sixtyfps-interpreter"
version = "0.0.4"
version = "0.0.5"
authors = ["SixtyFPS <info@sixtyfps.io>"]
edition = "2018"
license = "GPL-3.0-only"
@ -12,16 +12,16 @@ homepage = "https://sixtyfps.io"
path = "lib.rs"
[dependencies]
sixtyfps-corelib = { version = "=0.0.4", path = "../corelib", features = ["rtti"] }
sixtyfps-rendering-backend-default = { version = "=0.0.4", path = "../../sixtyfps_runtime/rendering_backends/default", features = ["sixtyfps-rendering-backend-gl"] }
sixtyfps-corelib = { version = "=0.0.5", path = "../corelib", features = ["rtti"] }
sixtyfps-rendering-backend-default = { version = "=0.0.5", path = "../../sixtyfps_runtime/rendering_backends/default", features = ["sixtyfps-rendering-backend-gl"] }
vtable = { version = "0.1.1", path="../../helper_crates/vtable" }
sixtyfps-compilerlib = { version = "=0.0.4", path = "../../sixtyfps_compiler" }
sixtyfps-compilerlib = { version = "=0.0.5", path = "../../sixtyfps_compiler" }
lyon = { version = "0.17.3" }
derive_more = "0.99.5"
generativity = "1"
once_cell = "1.5"
[target.'cfg(target_arch = "wasm32")'.dependencies]
sixtyfps-rendering-backend-gl = { version = "=0.0.4", path = "../../sixtyfps_runtime/rendering_backends/gl" }
sixtyfps-rendering-backend-gl = { version = "=0.0.5", path = "../../sixtyfps_runtime/rendering_backends/gl" }