Merge pull request #7 from rodneyosodo/setup-shadcn

fix(tauri): change version number to 0.0.1
This commit is contained in:
b1ackd0t
2025-06-11 22:55:31 +03:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "sqwerk",
"version": "0.1.0",
"version": "0.0.1",
"identifier": "com.rodneyosodo.sqwerk",
"build": {
"beforeDevCommand": "bun run dev",