chore: bump version to 1.0.0

This commit is contained in:
2026-04-21 22:08:42 +02:00
parent 8e8ace85c5
commit bd97deb183
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": "0.1.0", "version": "1.0.0",
"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": "0.1.0", "version": "1.0.0",
"identifier": "com.anthony.toughligui", "identifier": "com.anthony.toughligui",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",