From b636b9d08c892e20ce3c869806c97b68a7c56f43 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 31 May 2024 10:58:29 +0200 Subject: [PATCH] Prepared next version --- metadata.txt | 2 +- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata.txt b/metadata.txt index befbfd2..b3ec3ec 100644 --- a/metadata.txt +++ b/metadata.txt @@ -6,4 +6,4 @@ 1.78.0 (commit 9b00956e5) 6.19.1 1.6.1 -9b36969c8b, dev debug +6b1b8ee52eb, dev debug diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 984cfd2..44b11a6 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2189,7 +2189,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.4.7" +version = "0.5.0" dependencies = [ "arboard", "flexi_logger", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 4a49a05..5bedf94 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.4.7" +version = "0.5.0" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index c967c4e..00faebd 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.4.7" + "version": "0.5.0" }, "tauri": { "allowlist": {