Bump version to 1.1.0
This commit is contained in:
@@ -9,3 +9,4 @@ node_modules
|
||||
!.env.example
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
release.md
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# Typst Desktop
|
||||
|
||||
[](https://github.com/sirblobby/typst-desktop)
|
||||
[](https://github.com/sirblobby/typst-desktop)
|
||||
[](LICENSE)
|
||||
[](https://typst.app/)
|
||||
[](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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "typst-desktop",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -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')
|
||||
|
||||
Generated
+1
-1
@@ -5805,7 +5805,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "typst-desktop"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"chrono",
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user