From c90a806b7bcfc8c1dd7034a7e7d999544ac1c8d2 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Thu, 18 Jul 2024 00:49:17 +0800 Subject: [PATCH] Release `v0.4.5` --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fd50c6..d8cbd1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "air" -version = "0.4.4" +version = "0.4.5" dependencies = [ "app_dirs2", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 14e8a2b..ba359a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "air" readme = "README.md" repository = "https://github.com/hack-ink/air" -version = "0.4.4" +version = "0.4.5" [package.metadata.bundle] icon = ["asset/icon.icns"] @@ -15,7 +15,7 @@ identifier = "ink.hack.AiR" long_description = "AI with Rust." name = "AiR" short_description = "AI with Rust." -version = "0.4.4" +version = "0.4.5" # https://github.com/emilk/egui/issues/4807. [profile.dev.package.egui]