Skip to content

Commit fcbcbc4

Browse files
delibaeclaude
andcommitted
chore: bump version to v1.1.5
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e57162f commit fcbcbc4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@claude-prism/desktop",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "claude-prism-desktop"
3-
version = "1.1.3"
3+
version = "1.1.5"
44
description = "AI-powered LaTeX writing workspace"
55
edition = "2021"
66

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/nicegui-unofficial/nicegui-tauri-template/main/src-tauri/tauri.conf-v2-schema.json",
33
"identifier": "com.claude-prism.desktop",
44
"productName": "ClaudePrism",
5-
"version": "1.1.4",
5+
"version": "1.1.5",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
88
"beforeBuildCommand": "pnpm build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@claude-prism/root",
33
"description": "Open-Source AI LaTeX writing workspace",
4-
"version": "1.1.0",
4+
"version": "1.1.5",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/delibae/claude-prism"

0 commit comments

Comments
 (0)