Skip to content

Commit b1ec95d

Browse files
build: bump version to 0.3.1-rc4
1 parent 6eaa567 commit b1ec95d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace.package]
22
description = "A simple tool for creating modern online books in pure typst."
33
authors = ["shiroa Developers"]
4-
version = "0.3.1-rc3"
4+
version = "0.3.1-rc4"
55
edition = "2021"
66
readme = "README.md"
77
license = "Apache-2.0"

cli/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use clap::{Parser, Subcommand, ValueEnum};
1919
use crate::version::VersionFormat;
2020

2121
#[derive(Debug, Parser)]
22-
#[clap(name = "shiroa", version = "0.3.1-rc3")]
22+
#[clap(name = "shiroa", version = "0.3.1-rc4")]
2323
pub struct Opts {
2424
/// Print Version
2525
#[arg(short = 'V', long, group = "version-dump")]

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shiroa",
3-
"version": "0.3.1-rc3",
3+
"version": "0.3.1-rc4",
44
"description": "Typst Book.",
55
"main": "dist/main.js",
66
"repository": "https://github.com/Myriad-Dreamin/shiroa",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ rollup@^4.34.9, rollup@^4.44.1:
163163
fsevents "~2.3.2"
164164

165165
"shiroa@file:/home/kamiyoru/work/rust/shiroa/frontend":
166-
version "0.3.1-rc3"
166+
version "0.3.1-rc4"
167167
resolved "file:frontend"
168168
dependencies:
169169
"@myriaddreamin/typst-ts-renderer" "^0.7.0-rc1"

0 commit comments

Comments
 (0)