From 396dd25f416b2800f6d784a8afedbc673175a9d5 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 17 Jul 2024 00:45:14 +0800 Subject: [PATCH] Release `v0.4.4` --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 170305b..14e378e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "air" -version = "0.4.3" +version = "0.4.4" dependencies = [ "app_dirs2", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 54f8544..14e8a2b 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.3" +version = "0.4.4" [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.3" +version = "0.4.4" # https://github.com/emilk/egui/issues/4807. [profile.dev.package.egui]