Skip to content

Commit

Permalink
build: bump version to 0.2.0 (#95)
Browse files Browse the repository at this point in the history
* build: bump version to 0.2.0

* docs: update description about `shiroa init`
  • Loading branch information
Myriad-Dreamin authored Dec 29, 2024
1 parent 103d4cd commit 66bd468
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
description = "A simple tool for creating modern online books in pure typst."
authors = ["shiroa Developers"]
version = "0.2.0-rc1"
version = "0.2.0"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shiroa",
"version": "0.2.0-rc1",
"version": "0.2.0",
"description": "Typst Book.",
"main": "dist/main.js",
"repository": "https://github.com/Myriad-Dreamin/shiroa",
Expand Down
5 changes: 2 additions & 3 deletions github-pages/docs/guide/get-started.typ
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Give it the name of the directory that you want to create:
shiroa init my-first-book
```

It will ask a few questions before generating the book.
After answering the questions, you can change the current directory into the new book:
It will emit template files to the `my-first-book`. Then, you can change the current directory into the new book:

```sh
cd my-first-book
Expand Down Expand Up @@ -107,4 +106,4 @@ shiroa build
This will generate a directory named `book` which contains the HTML content of your book.
You can then place this directory on any web server to host it.

// For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.typ) for more.
// For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.typ) for more.

0 comments on commit 66bd468

Please sign in to comment.