chore: bump version to 1.1.6

This commit is contained in:
delibae 2026-04-08 21:30:36 +09:00
parent 640f38e706
commit 4982bf20c3
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "claude-prism-desktop"
version = "1.1.5"
version = "1.1.6"
description = "AI-powered LaTeX writing workspace"
edition = "2021"

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.5",
"version": "1.1.6",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",

View file

@ -1,7 +1,7 @@
{
"name": "@claude-prism/root",
"description": "Open-Source AI LaTeX writing workspace",
"version": "1.1.5",
"version": "1.1.6",
"repository": {
"type": "git",
"url": "https://github.com/delibae/claude-prism"