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-node"
version = "0.0.4"
version = "0.0.5"
authors = ["SixtyFPS <info@sixtyfps.io>"]
edition = "2018"
build = "build.rs"
@ -18,9 +18,9 @@ name = "sixtyfps_node_native"
[dependencies]
once_cell = "1.5"
sixtyfps-compilerlib = { version = "=0.0.4", path="../../../sixtyfps_compiler", features = ["display-diagnostics"] }
sixtyfps-interpreter = { version = "=0.0.4", path="../../../sixtyfps_runtime/interpreter" }
sixtyfps-corelib = { version = "=0.0.4", path="../../../sixtyfps_runtime/corelib" }
sixtyfps-compilerlib = { version = "=0.0.5", path="../../../sixtyfps_compiler", features = ["display-diagnostics"] }
sixtyfps-interpreter = { version = "=0.0.5", path="../../../sixtyfps_runtime/interpreter" }
sixtyfps-corelib = { version = "=0.0.5", path="../../../sixtyfps_runtime/corelib" }
scoped-tls-hkt = "0.1"
neon = "0.7.0"
css-color-parser2 = "1.0.1"

View file

@ -1,6 +1,6 @@
{
"name": "sixtyfps",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/sixtyfpsui/sixtyfps",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {