chore: bump version to 1.0.1
Some checks are pending
Release / create-release (push) Waiting to run
Release / build-linux (push) Blocked by required conditions
Release / build-windows (push) Blocked by required conditions
Release / build-macos (push) Blocked by required conditions

This commit is contained in:
2026-04-21 22:16:04 +02:00
parent bd97deb183
commit 662a4b3e8a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "toughligui-scaffold", "name": "toughligui-scaffold",
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

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