Skip to content

Commit 82e87aa

Browse files
committed
chore: release 0.2.4
1 parent 3a3b6eb commit 82e87aa

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
[package]
22
name = "mdbook-embedify"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

example/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ command = "target/release/mdbook-embedify"
5656
scroll-to-top.enable = true
5757

5858
announcement-banner.enable = true
59-
announcement-banner.id = "0.2.3"
59+
announcement-banner.id = "0.2.4"
6060
announcement-banner.theme = "default"
61-
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).*"
61+
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).*"

example/src/global-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Below is a full list of apps that support global configuration:
2424
scroll-to-top.enable = true
2525

2626
announcement-banner.enable = true
27-
announcement-banner.id = "0.2.3"
27+
announcement-banner.id = "0.2.4"
2828
announcement-banner.theme = "default"
29-
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).*"
29+
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).*"
3030
```
3131

3232
You can see more details about each app at its own page.

example/src/local/announcement-banner.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- embed ignore begin -->
1212

1313
```text
14-
{% 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).*" %}
14+
{% 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).*" %}
1515
```
1616

1717
<!-- embed ignore end -->
@@ -23,9 +23,9 @@ However, you may want to enable it for the whole book. You can do this by adding
2323
```toml
2424
[preprocessor.embedify]
2525
announcement-banner.enable = true
26-
announcement-banner.id = "0.2.3"
26+
announcement-banner.id = "0.2.4"
2727
announcement-banner.theme = "default"
28-
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).*"
28+
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).*"
2929
```
3030

3131
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 commit comments

Comments
 (0)