Skip to content

Commit e765845

Browse files
author
codeErrorSleep
committed
chore: Updated version to 0.2.3
1 parent 2332b54 commit e765845

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "git+https://github.com/codeErrorSleep/dbpaw.git"
66
},
77
"private": true,
8-
"version": "0.2.2",
8+
"version": "0.2.3",
99
"type": "module",
1010
"scripts": {
1111
"dev": "vite",
@@ -106,8 +106,9 @@
106106
"@types/react-dom": "^19.1.6",
107107
"@vitejs/plugin-react": "^4.6.0",
108108
"prettier": "^3.8.1",
109+
"rollup-plugin-visualizer": "^7.0.1",
109110
"tailwindcss": "4.1.12",
110111
"typescript": "~5.8.3",
111112
"vite": "^7.0.4"
112113
}
113-
}
114+
}

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "DbPaw",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"identifier": "com.father.dbpaw",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)