From 9ac6c081ca9bb61303c228e250ca6f764cfb6a19 Mon Sep 17 00:00:00 2001 From: actioninja Date: Sun, 26 Nov 2023 02:23:34 -0800 Subject: [PATCH] chore: bump version --- hypnagogic_cli/Cargo.toml | 2 +- hypnagogic_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hypnagogic_cli/Cargo.toml b/hypnagogic_cli/Cargo.toml index b312068..f759472 100644 --- a/hypnagogic_cli/Cargo.toml +++ b/hypnagogic_cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hypnagogic-cli" description = "CLI Tool for processing icons in to the DMI format" -version = "3.0.0" +version = "3.0.1" edition = "2021" license = "AGPL" diff --git a/hypnagogic_core/Cargo.toml b/hypnagogic_core/Cargo.toml index d02f355..552649a 100644 --- a/hypnagogic_core/Cargo.toml +++ b/hypnagogic_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypnagogic-core" -version = "3.0.0" +version = "3.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html