mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
chore: bump version to 1.1.6 (#127)
Some checks failed
Lint / lint (push) Has been cancelled
Some checks failed
Lint / lint (push) Has been cancelled
This commit is contained in:
parent
640f38e706
commit
c0c0ce4255
4 changed files with 4 additions and 4 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue