From 7d8ec06afeea66af5efd2a61b85e9631f0e8de31 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:30:54 +0300 Subject: [PATCH] v0.1.5 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- sys/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7dcf3a..68c3b38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "sherpa-rs" -version = "0.1.5-beta.5" +version = "0.1.5" dependencies = [ "clap", "env_logger", @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "sherpa-rs-sys" -version = "0.1.5-beta.5" +version = "0.1.5" dependencies = [ "bindgen", "cmake", diff --git a/Cargo.toml b/Cargo.toml index 8bd9753..7b5852f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sherpa-rs" -version = "0.1.5-beta.5" +version = "0.1.5" edition = "2021" authors = ["thewh1teagle"] license = "MIT" @@ -19,7 +19,7 @@ keywords = [ eyre = "0.6.12" hound = "3.5.1" log = "0.4.22" -sherpa-rs-sys = { path = "sys", version = "0.1.5-beta.5" } +sherpa-rs-sys = { path = "sys", version = "0.1.5" } env_logger = { version = "0.11.3", features = ["color"] } [dev-dependencies] diff --git a/sys/Cargo.toml b/sys/Cargo.toml index c3d16bf..c5a107c 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sherpa-rs-sys" -version = "0.1.5-beta.5" +version = "0.1.5" edition = "2021" authors = ["thewh1teagle"] homepage = "https://github.com/thewh1teagle/sherpa-rs"