Bump version to 1.1.0
CI / frontend (push) Failing after 10s
CI / backend (push) Successful in 2m39s

This commit is contained in:
2026-07-22 18:00:07 -04:00
parent e7cca246ed
commit 43c8cfd85a
7 changed files with 8 additions and 7 deletions
+1
View File
@@ -9,3 +9,4 @@ node_modules
!.env.example !.env.example
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
release.md
+2 -2
View File
@@ -2,7 +2,7 @@
# Typst Desktop # Typst Desktop
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/sirblobby/typst-desktop) [![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://github.com/sirblobby/typst-desktop)
[![License](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE) [![License](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)
[![Typst Version](https://img.shields.io/badge/Typst-0.15.1-239dad?logo=typst&logoColor=white)](https://typst.app/) [![Typst Version](https://img.shields.io/badge/Typst-0.15.1-239dad?logo=typst&logoColor=white)](https://typst.app/)
[![Rust](https://img.shields.io/badge/Rust-1.82+-orange?logo=rust&logoColor=white)](https://www.rust-lang.org/) [![Rust](https://img.shields.io/badge/Rust-1.82+-orange?logo=rust&logoColor=white)](https://www.rust-lang.org/)
@@ -20,7 +20,7 @@ The Typst compiler is built into the app — there is nothing extra to install t
Packages are attached to each [release](https://github.com/sirblobby/typst-desktop/releases). Set the version you want first: Packages are attached to each [release](https://github.com/sirblobby/typst-desktop/releases). Set the version you want first:
```bash ```bash
VERSION=1.0.0 VERSION=1.1.0
BASE=https://github.com/sirblobby/typst-desktop/releases/download/v$VERSION BASE=https://github.com/sirblobby/typst-desktop/releases/download/v$VERSION
``` ```
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "typst-desktop", "name": "typst-desktop",
"version": "1.0.0", "version": "1.1.0",
"description": "", "description": "",
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: SirBlobby # Maintainer: SirBlobby
pkgname=typst-desktop pkgname=typst-desktop
pkgver=1.0.0 pkgver=1.1.0
pkgrel=1 pkgrel=1
pkgdesc="A desktop editor for Typst documents with a built-in compiler, live preview, and optional TypstDrive sync" pkgdesc="A desktop editor for Typst documents with a built-in compiler, live preview, and optional TypstDrive sync"
arch=('x86_64') arch=('x86_64')
+1 -1
View File
@@ -5805,7 +5805,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-desktop" name = "typst-desktop"
version = "1.0.0" version = "1.1.0"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"chrono", "chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "typst-desktop" name = "typst-desktop"
version = "1.0.0" version = "1.1.0"
description = "A Tauri App" description = "A Tauri App"
authors = ["SirBlobby"] authors = ["SirBlobby"]
license = "Apache-2.0" license = "Apache-2.0"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "typst-desktop", "productName": "typst-desktop",
"version": "1.0.0", "version": "1.1.0",
"identifier": "co.sirblob.typst-desktop", "identifier": "co.sirblob.typst-desktop",
"build": { "build": {
"beforeDevCommand": "bun run dev", "beforeDevCommand": "bun run dev",