Bump version to 1.1.0
This commit is contained in:
@@ -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,7 +2,7 @@
|
|||||||
|
|
||||||
# Typst Desktop
|
# Typst Desktop
|
||||||
|
|
||||||
[](https://github.com/sirblobby/typst-desktop)
|
[](https://github.com/sirblobby/typst-desktop)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://typst.app/)
|
[](https://typst.app/)
|
||||||
[](https://www.rust-lang.org/)
|
[](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
@@ -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,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')
|
||||||
|
|||||||
Generated
+1
-1
@@ -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,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,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",
|
||||||
|
|||||||
Reference in New Issue
Block a user