chore: bump version to 1.1.2

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

View file

@ -1,6 +1,6 @@
{
"name": "@claude-prism/desktop",
"version": "1.1.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",