Bump app version to 0.2.1 and add Spell and DeleteButton components

- Introduced comprehensive `Spell` models with tagging and state management capabilities.
- Added reusable `DeleteButton` component with confirmation workflow for destructive actions.
This commit is contained in:
natreex
2026-01-26 14:24:22 -05:00
parent 512955d10a
commit 2359638cb0
3 changed files with 176 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "eritorsscribe",
"productName": "ERitors Scribe",
"version": "0.1.1",
"version": "0.2.1",
"type": "module",
"main": "dist/electron/main.js",
"scripts": {