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-rendering-backend-gl"
version = "0.0.4"
version = "0.0.5"
authors = ["SixtyFPS <info@sixtyfps.io>"]
edition = "2018"
license = "GPL-3.0-only"
@ -19,7 +19,7 @@ svg = ["resvg", "usvg", "tiny-skia"]
default = ["x11", "svg"]
[dependencies]
sixtyfps-corelib = { version = "=0.0.4", path = "../../corelib", features = ["femtovg_backend"] }
sixtyfps-corelib = { version = "=0.0.5", path = "../../corelib", features = ["femtovg_backend"] }
const-field-offset = { version = "0.1", path = "../../../helper_crates/const-field-offset" }
image = { version = "0.23.12", default-features = false }
rgb = "0.8"