From 7dc12ceddadb081daab7bba0021baf8e8a2d334c Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Sat, 15 Jun 2024 06:03:30 +0800 Subject: [PATCH] build: bump version to 0.1.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- frontend/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04b9fa5..02f488e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3584,14 +3584,14 @@ checksum = "2b3061f8d268e8eec7481c9ab24540455cb4912983c49aae38fa6e8bf8ef4d9c" [[package]] name = "typst-book-build" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", ] [[package]] name = "typst-book-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f6f0fec..347cb24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] description = "A simple tool for creating modern online books in pure typst." authors = ["typst-book Developers"] -version = "0.1.4" +version = "0.1.5" edition = "2021" readme = "README.md" license = "Apache-2.0" diff --git a/frontend/package.json b/frontend/package.json index 8594ca8..9edee0f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "typst-book", - "version": "0.1.4", + "version": "0.1.5", "description": "Typst Book.", "main": "dist/main.js", "repository": "https://github.com/Myriad-Dreamin/typst-book",