From 75eb96b5f5a9ff7bccb69cfbce02d3b6be2fbdf4 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Mon, 18 Dec 2023 17:15:21 -0800 Subject: [PATCH] Preparing v0.1.2 --- .rustme/config.ron | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.rustme/config.ron b/.rustme/config.ron index ff80242..e6e90cd 100644 --- a/.rustme/config.ron +++ b/.rustme/config.ron @@ -34,7 +34,7 @@ Configuration( // "msrv": "1.70", "ref-name": ( default: "main", - release: "v0.1.1", + release: "v0.1.2", ), "docs": ( default: "https://gooey.rs/main/gooey/", diff --git a/Cargo.lock b/Cargo.lock index 04d136c..ed78e31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "gooey" -version = "0.1.1" +version = "0.1.2" dependencies = [ "ahash", "alot", diff --git a/Cargo.toml b/Cargo.toml index a059b40..a6f0f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "gooey" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model" repository = "https://github.com/khonsulabs/gooey"