release: v1.2.0
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m38s
CI / Lint & Check (push) Successful in 13m1s
CI / Build Windows (push) Successful in 26m10s

This commit is contained in:
2026-04-28 14:45:58 -07:00
parent 957ef8c84c
commit 8d88342fc5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "tatsumi", "name": "tatsumi",
"private": true, "private": true,
"version": "1.1.0", "version": "1.2.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+1 -1
View File
@@ -3716,7 +3716,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]] [[package]]
name = "tatsumi" name = "tatsumi"
version = "1.1.0" version = "1.2.0"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"dirs 5.0.1", "dirs 5.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tatsumi" name = "tatsumi"
version = "1.1.0" version = "1.2.0"
description = "Tatsumi - AI art generation using Google Gemini" description = "Tatsumi - AI art generation using Google Gemini"
authors = ["Naomi Carrigan"] authors = ["Naomi Carrigan"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "tatsumi", "productName": "tatsumi",
"version": "1.1.0", "version": "1.2.0",
"identifier": "com.naomi.tatsumi", "identifier": "com.naomi.tatsumi",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",