Merge remote-tracking branch 'origin/master'
publish / publish-tauri (, windows-latest) (release) Failing after 6m6s

This commit is contained in:
Christoph Brandau
2026-06-30 15:23:30 +02:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "tauri-git-lite",
"version": "0.1.0",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tauri-git-lite",
"version": "0.1.0",
"version": "0.0.1",
"dependencies": {
"@lucide/svelte": "^1.21.0",
"@tailwindcss/vite": "^4.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tauri-git-lite",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Tauri Git Lite",
"version": "0.0.0",
"version": "0.0.1",
"identifier": "com.example.tauri-git-lite",
"build": {
"beforeDevCommand": "npm run dev",