Skip to content

Commit

Permalink
chore: release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Addict committed Jan 28, 2024
1 parent 3a3b6eb commit 82e87aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
[package]
name = "mdbook-embedify"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions example/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ command = "target/release/mdbook-embedify"
scroll-to-top.enable = true

announcement-banner.enable = true
announcement-banner.id = "0.2.3"
announcement-banner.id = "0.2.4"
announcement-banner.theme = "default"
announcement-banner.message = "*Version **0.2.3** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.3).*"
announcement-banner.message = "*Version **0.2.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.4).*"
4 changes: 2 additions & 2 deletions example/src/global-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Below is a full list of apps that support global configuration:
scroll-to-top.enable = true

announcement-banner.enable = true
announcement-banner.id = "0.2.3"
announcement-banner.id = "0.2.4"
announcement-banner.theme = "default"
announcement-banner.message = "*Version **0.2.3** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.3).*"
announcement-banner.message = "*Version **0.2.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.4).*"
```

You can see more details about each app at its own page.
6 changes: 3 additions & 3 deletions example/src/local/announcement-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- embed ignore begin -->

```text
{% embed announcement-banner id="0.2.3" theme="default" message="*Version **0.2.3** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.3).*" %}
{% embed announcement-banner id="0.2.4" theme="default" message="*Version **0.2.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.4).*" %}
```

<!-- embed ignore end -->
Expand All @@ -23,9 +23,9 @@ However, you may want to enable it for the whole book. You can do this by adding
```toml
[preprocessor.embedify]
announcement-banner.enable = true
announcement-banner.id = "0.2.3"
announcement-banner.id = "0.2.4"
announcement-banner.theme = "default"
announcement-banner.message = "*Version **0.2.3** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.3).*"
announcement-banner.message = "*Version **0.2.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.4).*"
```

Note that announcement banner id must be **unique**, otherwise it won't be shown if there is another announcement banner with the same id when user closed it.

0 comments on commit 82e87aa

Please sign in to comment.