From ed718a379dad66a3dea364a22b4ce0d882499e13 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Mon, 15 Jul 2024 14:28:17 +0800 Subject: [PATCH] Release `v0.4.1` --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6af3a6..1c9d184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "air" -version = "0.4.0" +version = "0.4.1" dependencies = [ "app_dirs2", "arboard", diff --git a/Cargo.toml b/Cargo.toml index cd0fd23..56ea348 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.0" +version = "0.4.1" [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.0" +version = "0.4.1" # https://github.com/emilk/egui/issues/4807. [profile.dev.package.egui]