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
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
release.md
+2 -2
View File
@@ -2,7 +2,7 @@
# 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)
[![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/)
@@ -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:
```bash
VERSION=1.0.0
VERSION=1.1.0
BASE=https://github.com/sirblobby/typst-desktop/releases/download/v$VERSION
```
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "typst-desktop",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: SirBlobby
pkgname=typst-desktop
pkgver=1.0.0
pkgver=1.1.0
pkgrel=1
pkgdesc="A desktop editor for Typst documents with a built-in compiler, live preview, and optional TypstDrive sync"
arch=('x86_64')
+1 -1
View File
@@ -5805,7 +5805,7 @@ dependencies = [
[[package]]
name = "typst-desktop"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"base64 0.22.1",
"chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "typst-desktop"
version = "1.0.0"
version = "1.1.0"
description = "A Tauri App"
authors = ["SirBlobby"]
license = "Apache-2.0"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "typst-desktop",
"version": "1.0.0",
"version": "1.1.0",
"identifier": "co.sirblob.typst-desktop",
"build": {
"beforeDevCommand": "bun run dev",