From 41049e5f59ab56d0e0bd3f813a6789d0935b5460 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sun, 18 Feb 2024 04:06:24 +0100 Subject: [PATCH] change version track to `0.1.0-alpha.x` --- hui-glium/Cargo.toml | 4 ++-- hui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hui-glium/Cargo.toml b/hui-glium/Cargo.toml index bbfe463..4b80fe6 100644 --- a/hui-glium/Cargo.toml +++ b/hui-glium/Cargo.toml @@ -3,7 +3,7 @@ name = "hui-glium" description = "Glium backend for hUI" repository = "https://github.com/griffi-gh/hui" authors = ["griffi-gh "] -version = "0.0.2" +version = "0.1.0-alpha.1" edition = "2021" license = "GPL-3.0-or-later" publish = true @@ -14,7 +14,7 @@ include = [ ] [dependencies] -hui = { version = "^0.0", path = "../hui", default-features = false } +hui = { version = "^0.1.0-alpha", path = "../hui", default-features = false } glium = "0.34" glam = "0.25" log = "0.4" diff --git a/hui/Cargo.toml b/hui/Cargo.toml index c0388bc..003ef79 100644 --- a/hui/Cargo.toml +++ b/hui/Cargo.toml @@ -4,7 +4,7 @@ description = "Simple UI library for games and other interactive applications" repository = "https://github.com/griffi-gh/hui" authors = ["griffi-gh "] rust-version = "1.75" -version = "0.0.3" +version = "0.1.0-alpha.1" edition = "2021" license = "GPL-3.0-or-later" publish = true