Merge pull request #199 from delibae/chore/bump-v1.1.8

chore: bump version to 1.1.8
This commit is contained in:
Hanjin Bae 2026-06-10 00:50:46 +09:00 committed by GitHub
commit a5e33b6cc1
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.7", "version": "1.1.8",
"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.7" version = "1.1.8"
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.7", "version": "1.1.8",
"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.7", "version": "1.1.8",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/delibae/claude-prism" "url": "https://github.com/delibae/claude-prism"