From a6d0febe08b1c661bb6ea6cedac4d14c04f390ad Mon Sep 17 00:00:00 2001 From: James Glenn Date: Thu, 15 Jun 2023 15:47:16 -0700 Subject: [PATCH] Version update --- Cargo.lock | 2 +- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c041f22..65f2b01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -974,7 +974,7 @@ dependencies = [ [[package]] name = "gacha_tracker" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/package.json b/package.json index c7b6262..2f594a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wxwatch/gacha-tracker", - "version": "1.1.0", + "version": "1.2.0", "description": "An unofficial tool for managing and analyzing your miHoYo gacha records", "homepage": "https://github.com/WxWatch/gacha-tracker", "repository": "https://github.com/WxWatch/gacha-tracker.git", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 91c796e..ec6df69 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gacha_tracker" -version = "1.1.0" +version = "1.2.0" edition = "2021" authors = ["WxWatch"] description = "An unofficial tool for managing and analyzing your miHoYo gacha records" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 65ddf2c..3568756 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "gacha_tracker", - "version": "1.1.0" + "version": "1.2.0" }, "tauri": { "allowlist": {