diff --git a/Cargo.lock b/Cargo.lock index 3fc7353..bfd61e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3164,7 +3164,7 @@ dependencies = [ [[package]] name = "shiroa" -version = "0.2.0-rc1" +version = "0.2.0" dependencies = [ "anyhow", "clap", @@ -3192,7 +3192,7 @@ dependencies = [ [[package]] name = "shiroa-build" -version = "0.2.0-rc1" +version = "0.2.0" dependencies = [ "anyhow", ] diff --git a/Cargo.toml b/Cargo.toml index 69f7c7b..8910192 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 = ["shiroa Developers"] -version = "0.2.0-rc1" +version = "0.2.0" edition = "2021" readme = "README.md" license = "Apache-2.0" diff --git a/frontend/package.json b/frontend/package.json index d9a074c..185744e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/github-pages/docs/guide/get-started.typ b/github-pages/docs/guide/get-started.typ index b2a9f75..fbfc08e 100644 --- a/github-pages/docs/guide/get-started.typ +++ b/github-pages/docs/guide/get-started.typ @@ -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 @@ -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. \ No newline at end of file +// For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.typ) for more.