Skip to content

Commit

Permalink
chore: update mCal version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
theaungmyatmoe authored Nov 3, 2023
1 parent 3d6d062 commit a082345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/myanmar_calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myanmar_calendar",
"private": true,
"version": "1.0.0",
"version": "3.2.0",
"scripts": {
"tauri": "tauri",
"dev": "vite dev",
Expand Down
8 changes: 4 additions & 4 deletions apps/myanmar_calendar/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"withGlobalTauri": true
},
"package": {
"productName": "Myanmar Calendar",
"version": "1.0.0"
"productName": "mCal",
"version": "3.2.0"
},
"tauri": {
"allowlist": {
Expand All @@ -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"
Expand All @@ -42,7 +42,7 @@
{
"fullscreen": true,
"resizable": true,
"title": "Myanmar Calendar",
"title": "mCal",
"width": 800,
"height": 600
}
Expand Down

0 comments on commit a082345

Please sign in to comment.