From d1b9acb4c83b84e717da40fafe2020a128be4375 Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Mon, 2 Jan 2023 13:46:50 +0300 Subject: [PATCH] 3.2.1 Just to test the release workflow after the pnpm migration. --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0ae85b3..f7db71f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aptt", "private": true, - "version": "3.2.0", + "version": "3.2.1", "type": "module", "scripts": { "test:static": "tsc --noEmit", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 8d5fda2..3dce348 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -55,7 +55,7 @@ checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a" [[package]] name = "aptt" -version = "3.2.0" +version = "3.2.1" dependencies = [ "rdev", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 04fb8b1..132608c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aptt" -version = "3.2.0" +version = "3.2.1" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e0b3778..8b8402e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "aptt", - "version": "3.2.0" + "version": "3.2.1" }, "tauri": { "allowlist": {