chore: bump version to 1.1.4

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
delibae 2026-03-30 23:24:20 +09:00
parent d152fa1d6a
commit 52cfd79e43
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@claude-prism/desktop",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"type": "module",
"scripts": {

View file

@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/nicegui-unofficial/nicegui-tauri-template/main/src-tauri/tauri.conf-v2-schema.json",
"identifier": "com.claude-prism.desktop",
"productName": "ClaudePrism",
"version": "1.1.3",
"version": "1.1.4",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",