From a11e00c4dbc1a99a1d8846314b03cb0c6bb9a2b1 Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Thu, 28 Oct 2021 23:27:05 +0530 Subject: [PATCH] version bump --- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0291901..0f0a63d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.2.0" +version = "1.3.0" description = "Progress tracking app" authors = [ "antimatter96" ] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f062e20..9e15c65 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "calc", - "version": "1.2.0" + "version": "1.3.0" }, "build": { "distDir": "../dist", @@ -14,7 +14,7 @@ "bundle": { "active": true, "targets": "all", - "identifier": "com.arpitjain.progress", + "identifier": "com.antimatter96.progress", "icon": [ "icons/32x32.png", "icons/128x128.png",