Update version to 0.100.0
publish / publish-tauri (appimage, ubuntu-22.04, linux-x86_64) (release) Failing after 1m4s
publish / publish-tauri (nsis, windows-latest, windows-x86_64) (release) Failing after 13m46s

This commit is contained in:
2026-07-06 07:15:04 +02:00
parent 0732f9ca6d
commit a3fd8f1ce8
3 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "git-lite", "name": "git-lite",
"version": "2026.7.12", "version": "0.100.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "git-lite", "name": "git-lite",
"version": "2026.7.12", "version": "0.100.0",
"dependencies": { "dependencies": {
"@lucide/svelte": "^1.21.0", "@lucide/svelte": "^1.21.0",
"@tailwindcss/vite": "^4.3.1", "@tailwindcss/vite": "^4.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "git-lite", "name": "git-lite",
"version": "2026.7.12", "version": "0.100.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+8 -3
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "GitLite", "productName": "GitLite",
"version": "2026.7.12", "version": "0.100.0",
"identifier": "com.git-lite", "identifier": "com.git-lite",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",
@@ -28,8 +28,13 @@
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"targets": ["nsis"], "targets": [
"icon": ["icons/icon.png", "icons/icon.ico"], "nsis"
],
"icon": [
"icons/icon.png",
"icons/icon.ico"
],
"createUpdaterArtifacts": true, "createUpdaterArtifacts": true,
"windows": { "windows": {
"nsis": { "nsis": {