修改版本
Some checks are pending
Build for Open Source / build (Linux, ubuntu-22.04, ) (push) Waiting to run
Build for Open Source / build (Windows, windows-latest, ) (push) Waiting to run
Build for Open Source / build (macOS, macos-latest, ) (push) Waiting to run
Release / build-linux (push) Waiting to run
Release / build-macos (push) Waiting to run
Release / Create Release (push) Blocked by required conditions
Some checks are pending
Build for Open Source / build (Linux, ubuntu-22.04, ) (push) Waiting to run
Build for Open Source / build (Windows, windows-latest, ) (push) Waiting to run
Build for Open Source / build (macOS, macos-latest, ) (push) Waiting to run
Release / build-linux (push) Waiting to run
Release / build-macos (push) Waiting to run
Release / Create Release (push) Blocked by required conditions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "claudia",
|
||||
"private": true,
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"license": "AGPL-3.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -718,7 +718,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "claudia"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "claudia"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
description = "GUI app and Toolkit for Claude Code"
|
||||
authors = ["mufeedvh", "123vviekr"]
|
||||
license = "AGPL-3.0"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Claudia",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"identifier": "claudia.asterisk.so",
|
||||
"build": {
|
||||
"beforeDevCommand": "bun run dev",
|
||||
|
Reference in New Issue
Block a user