diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/cljlib.md | 4 | ||||
| -rw-r--r-- | doc/macros.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/cljlib.md b/doc/cljlib.md index f1e7f5f..a06fca5 100644 --- a/doc/cljlib.md +++ b/doc/cljlib.md @@ -1,4 +1,4 @@ -# Cljlib (0.4.0) +# Cljlib (0.5.0) Fennel-cljlib - functions from Clojure's core.clj implemented on top of Fennel. @@ -1162,7 +1162,7 @@ syntax. Use `hash-set` function instead. --- -Copyright (C) 2020 Andrey Orst +Copyright (C) 2020-2021 Andrey Listopadov License: [MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE) diff --git a/doc/macros.md b/doc/macros.md index 7fa717c..fdced4e 100644 --- a/doc/macros.md +++ b/doc/macros.md @@ -1,4 +1,4 @@ -# Macros.fnl (0.4.0) +# Macros.fnl (0.5.0) Macros for Cljlib that implement various facilities from Clojure. **Table of contents** @@ -589,7 +589,7 @@ If `test` sets `binding` to non-`nil`, evaluates `body` in implicit --- -Copyright (C) 2020 Andrey Orst +Copyright (C) 2020-2021 Andrey Listopadov License: [MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE) |