diff --git a/package.json b/package.json index b6e42f5..821720b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-git-lite", - "version": "0.1.0", + "version": "0.0.1", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5dd288d..d38fe93 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Tauri Git Lite", - "version": "0.1.0", + "version": "0.0.1", "identifier": "com.example.tauri-git-lite", "build": { "beforeDevCommand": "npm run dev",