fix(tauri): change version number to 0.0.1

This commit is contained in:
Rodney Osodo
2025-06-11 22:54:20 +03:00
parent 0dd29de707
commit ed24feb024
+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",