Skip to content

Commit 6d8142b

Browse files
author
codeErrorSleep
committed
build: update version to v0.2.4
1 parent 1044c7c commit 6d8142b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
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.3",
8+
"version": "0.2.4",
99
"type": "module",
1010
"scripts": {
1111
"dev": "vite",

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.3",
4+
"version": "0.2.4",
55
"identifier": "com.father.dbpaw",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)