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-node"
version = "0.0.5"
version = "0.0.6"
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.5", path="../../../sixtyfps_compiler" }
sixtyfps-interpreter = { version = "=0.0.5", path="../../../sixtyfps_runtime/interpreter", features = ["display-diagnostics"] }
sixtyfps-corelib = { version = "=0.0.5", path="../../../sixtyfps_runtime/corelib" }
sixtyfps-compilerlib = { version = "=0.0.6", path="../../../sixtyfps_compiler" }
sixtyfps-interpreter = { version = "=0.0.6", path="../../../sixtyfps_runtime/interpreter", features = ["display-diagnostics"] }
sixtyfps-corelib = { version = "=0.0.6", path="../../../sixtyfps_runtime/corelib" }
scoped-tls-hkt = "0.1"
neon = "0.8.0"
css-color-parser2 = "1.0.1"

View file

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