From 1bd0376ecdf6f7c42bf1056f9b4dd62119b63ad3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 15 Mar 2023 19:19:44 +0100 Subject: [PATCH] bumped launcher version to 0.9.3 --- Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- updater.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff8567e2..2aba79d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2677,7 +2677,7 @@ dependencies = [ [[package]] name = "holochain-launcher" -version = "0.9.2" +version = "0.9.3" dependencies = [ "async-trait", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 460da4d8..1c40cd85 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "" name = "holochain-launcher" repository = "" -version = "0.9.2" +version = "0.9.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 20db739b..85d3fcde 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Holochain Launcher", - "version": "0.9.2" + "version": "0.9.3" }, "build": { "distDir": "../dist", diff --git a/updater.json b/updater.json index 7a041c9d..479838b8 100644 --- a/updater.json +++ b/updater.json @@ -1,5 +1,5 @@ { - "version": "v0.9.2", + "version": "v0.9.3", "notes": "- testing automatic Launcher updates.\n- adds a security feature that prevents malicious UI's to make calls to cells they don't belong to\n- other UX related fixes/improvements\n\nNote: On macOS automatic updates of .app files only work if the .app file is located in the Applications folder.", "pub_date": "2023-02-28T20:20:00Z", "platforms": {