Skip to content

Commit

Permalink
Bump version and remove unused Tauri event import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Feb 27, 2025
1 parent e9a0ce6 commit 5680b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pakeplus",
"private": true,
"version": "0.5.5",
"version": "0.5.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
1 change: 0 additions & 1 deletion src/pages/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ import {
isDev,
convertToLocalTime,
} from '@/utils/common'
import { emit } from '@tauri-apps/api/event'
import { platforms } from '@/utils/config'
import { platform } from '@tauri-apps/plugin-os'
import { getCurrentWindow } from '@tauri-apps/api/window'
Expand Down

0 comments on commit 5680b92

Please sign in to comment.