release: v1.12.0
CI / Lint & Test (push) Successful in 20m57s
CI / Build Linux (push) Successful in 23m0s
CI / Build Windows (cross-compile) (push) Successful in 32m50s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 2m6s

This commit is contained in:
2026-03-13 01:24:24 -07:00
parent 452fe185df
commit 8220ab6b85
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hikari-desktop",
"version": "1.11.1",
"version": "1.12.0",
"description": "",
"type": "module",
"scripts": {
+1 -1
View File
@@ -1648,7 +1648,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hikari-desktop"
version = "1.11.1"
version = "1.12.0"
dependencies = [
"chrono",
"dirs 5.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "hikari-desktop"
version = "1.11.1"
version = "1.12.0"
description = "Hikari - Claude Code Visual Assistant"
authors = ["Naomi Carrigan"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "hikari-desktop",
"version": "1.11.1",
"version": "1.12.0",
"identifier": "com.naomi.hikari-desktop",
"build": {
"beforeDevCommand": "pnpm dev",