From e2669fb25c6714183ed162c8e7c86cbea983ba40 Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Mon, 12 Dec 2022 14:10:05 +0300 Subject: [PATCH] 3.2.0 --- 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 eb62812..62d1a53 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aptt", "private": true, - "version": "3.1.1", + "version": "3.2.0", "type": "module", "scripts": { "test": "yarn test:static && yarn test:unit", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c9a2226..8d5fda2 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -55,7 +55,7 @@ checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a" [[package]] name = "aptt" -version = "3.1.1" +version = "3.2.0" dependencies = [ "rdev", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 48c87ba..04fb8b1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aptt" -version = "3.1.1" +version = "3.2.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a8b743a..0144465 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "aptt", - "version": "3.1.1" + "version": "3.2.0" }, "tauri": { "allowlist": {