From f3ef9dd04f9312df6d815413facc3ba483a3e674 Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Fri, 9 Sep 2022 19:49:17 +0300 Subject: [PATCH] ci: check if cargo rust/cache works --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9d74061..4dcd95f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aptt", "private": true, - "version": "3.0.0", + "version": "3.0.1", "type": "module", "scripts": { "test": "tsc --noEmit", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ec7d5a8..d2c5293 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aptt" -version = "3.0.0" +version = "3.0.1" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 323d09b..0499136 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "aptt", - "version": "3.0.0" + "version": "3.0.1" }, "tauri": { "allowlist": {