From a082345e396fdf93ecdbd6af8da0d8202598c279 Mon Sep 17 00:00:00 2001 From: Aung Myat Moe <65492233+amm834@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:44:57 +0630 Subject: [PATCH] chore: update mCal version (#49) --- apps/myanmar_calendar/package.json | 2 +- apps/myanmar_calendar/src-tauri/tauri.conf.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/myanmar_calendar/package.json b/apps/myanmar_calendar/package.json index ca87f11..654f480 100644 --- a/apps/myanmar_calendar/package.json +++ b/apps/myanmar_calendar/package.json @@ -1,7 +1,7 @@ { "name": "myanmar_calendar", "private": true, - "version": "1.0.0", + "version": "3.2.0", "scripts": { "tauri": "tauri", "dev": "vite dev", diff --git a/apps/myanmar_calendar/src-tauri/tauri.conf.json b/apps/myanmar_calendar/src-tauri/tauri.conf.json index 15da6b5..d0a0902 100644 --- a/apps/myanmar_calendar/src-tauri/tauri.conf.json +++ b/apps/myanmar_calendar/src-tauri/tauri.conf.json @@ -7,8 +7,8 @@ "withGlobalTauri": true }, "package": { - "productName": "Myanmar Calendar", - "version": "1.0.0" + "productName": "mCal", + "version": "3.2.0" }, "tauri": { "allowlist": { @@ -27,7 +27,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "me.aungmyatmoe.myanmar-calendar", + "identifier": "me.aungmyatmoe.mcal", "targets": "all", "category": "Utilities", "copyright": "Aung Myat Moe" @@ -42,7 +42,7 @@ { "fullscreen": true, "resizable": true, - "title": "Myanmar Calendar", + "title": "mCal", "width": 800, "height": 600 }