close button and CSV import parsing for Clockify/Harvest

This commit is contained in:
2026-02-21 14:56:53 +02:00
parent da0c65956e
commit 33001cda8d
6 changed files with 162 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "zeroclock"
version = "1.0.0"
version = "1.0.1"
description = "A local time tracking app with invoicing"
authors = ["you"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ZeroClock",
"version": "1.0.0",
"version": "1.0.1",
"identifier": "com.localtimetracker.app",
"build": {
"beforeDevCommand": "npm run dev",