summaryrefslogtreecommitdiff
path: root/language/japanese/BX/bxjaholiday/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'language/japanese/BX/bxjaholiday/README.md')
-rw-r--r--language/japanese/BX/bxjaholiday/README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/language/japanese/BX/bxjaholiday/README.md b/language/japanese/BX/bxjaholiday/README.md
index fb5a96e70a..52c23bf39d 100644
--- a/language/japanese/BX/bxjaholiday/README.md
+++ b/language/japanese/BX/bxjaholiday/README.md
@@ -26,19 +26,19 @@ You can easily build this package with [l3build](https://github.com/latex3/l3bui
* Installing the package to TEXMFHOME
```
-$ ./build.lua install --full
+$ l3build install --full
```
* Typesetting documentation
```
-$ ./build.lua doc
+$ l3build doc
```
* Running tests
```
-$ ./build.lua check
+$ l3build check
```
## License
@@ -47,17 +47,19 @@ This package is distributed under [the MIT license](./LICENSE).
## Revision History
-* Version 1.1.0 ‹2020/11/28›
+* Version 1.1.1 ‹2021-09-28›
+ * A bug fix
+* Version 1.1.0 ‹2020-11-28›
* Add Japanese documentation
* Support special cases in 2021
-* Version 1.0.0 ‹2019/02/03›
+* Version 1.0.0 ‹2019-02-03›
* Add documentation
* Rename `\g_bxjh_sport_tl` -> `\g_bxjh_sports_tl`
-* Version 0.2.0 ‹2019/01/27›
+* Version 0.2.0 ‹2019-01-27›
* Support special holidays in 2019
* Add new expl3 interface `\bxjh_apply_(next|prev)_day:Nnnn`
* Fix a potential bug
-* Version 0.1.0 ‹2018/12/03›
+* Version 0.1.0 ‹2018-12-03›
* The first public version
---