bump version

This commit is contained in:
griffi-gh 2024-02-19 17:27:58 +01:00
parent 23ca81670f
commit cc3f397c69
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ name = "hui-glium"
description = "Glium backend for hUI"
repository = "https://github.com/griffi-gh/hui"
authors = ["griffi-gh <prasol258@gmail.com>"]
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
edition = "2021"
license = "GPL-3.0-or-later"
publish = true
@ -14,7 +14,7 @@ include = [
]
[dependencies]
hui = { version = "=0.1.0-alpha.2", path = "../hui", default-features = false }
hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false }
glium = { version = "0.34", default-features = false }
glam = "0.25"
log = "0.4"

View file

@ -1,10 +1,10 @@
[package]
name = "hui-winit"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
edition = "2021"
[dependencies]
hui = { version = "=0.1.0-alpha.2", path = "../hui", default-features = false }
hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false }
winit = { version = "0.29", default-features = false }
glam = "0.25"
log = "0.4"

View file

@ -4,7 +4,7 @@ description = "Simple UI library for games and other interactive applications"
repository = "https://github.com/griffi-gh/hui"
authors = ["griffi-gh <prasol258@gmail.com>"]
rust-version = "1.75"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
edition = "2021"
license = "GPL-3.0-or-later"
publish = true