diff --git a/package.json b/package.json index ccec5e8..70ba11e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-lite", - "version": "2026.7.10", + "version": "2026.7.11", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index aa8d1c8..c779711 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": "GitLite", - "version": "2026.7.10", + "version": "2026.7.11", "identifier": "com.git-lite", "build": { "beforeDevCommand": "npm run dev",