Release v1.0.0

This commit is contained in:
2026-07-18 15:07:09 -04:00
parent 8853c614d7
commit 2c023e89f8
6 changed files with 5 additions and 27 deletions
+1 -1
View File
@@ -5677,7 +5677,7 @@ dependencies = [
[[package]]
name = "typst-desktop"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"base64 0.22.1",
"chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "typst-desktop"
version = "0.1.0"
version = "1.0.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "typst-desktop",
"version": "0.1.0",
"version": "1.0.0",
"identifier": "co.sirblob.typst-desktop",
"build": {
"beforeDevCommand": "bun run dev",