mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
Merge pull request #199 from delibae/chore/bump-v1.1.8
chore: bump version to 1.1.8
This commit is contained in:
commit
a5e33b6cc1
4 changed files with 4 additions and 4 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue