chore(release): bump app version to 2026.7.14

Update the project and Tauri configuration version to 2026.7.14.
This keeps the package metadata and desktop app build in sync for
consistent release tracking.

- Bump version in package.json
- Bump version in tauri.conf.json
This commit is contained in:
Christoph Brandau
2026-07-07 10:28:18 +02:00
parent a09335b729
commit 9e48727fce
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "git-lite",
"version": "2026.7.13",
"version": "2026.7.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "git-lite",
"version": "2026.7.13",
"version": "2026.7.14",
"dependencies": {
"@lucide/svelte": "^1.21.0",
"@tailwindcss/vite": "^4.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "git-lite",
"version": "2026.7.13",
"version": "2026.7.14",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "GitLite",
"version": "2026.7.13",
"version": "2026.7.14",
"identifier": "com.git-lite",
"build": {
"beforeDevCommand": "npm run dev",