chore: bump version to 1.1.6 (#127)
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Hanjin Bae 2026-04-08 21:31:39 +09:00 committed by GitHub
parent 640f38e706
commit c0c0ce4255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "claude-prism-desktop" name = "claude-prism-desktop"
version = "1.1.5" version = "1.1.6"
description = "AI-powered LaTeX writing workspace" description = "AI-powered LaTeX writing workspace"
edition = "2021" 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", "$schema": "https://raw.githubusercontent.com/nicegui-unofficial/nicegui-tauri-template/main/src-tauri/tauri.conf-v2-schema.json",
"identifier": "com.claude-prism.desktop", "identifier": "com.claude-prism.desktop",
"productName": "ClaudePrism", "productName": "ClaudePrism",
"version": "1.1.5", "version": "1.1.6",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build", "beforeBuildCommand": "pnpm build",

View file

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