diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-07-22 22:35:49 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-07-22 22:40:04 +0300 |
| commit | 859cf1388770f65d31002d3667977d6760c2e092 (patch) | |
| tree | a5dcc420cc64154c7bc482bfc6370ac8d275fbd4 /.fenneldoc | |
| parent | cc82dd57c87e19439f851c2bfd66834f70276bb8 (diff) | |
release: v0.5.4
Diffstat (limited to '.fenneldoc')
| -rw-r--r-- | .fenneldoc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ ;; -*- mode: fennel; -*- vi:ft=fennel -;; Configuration file for Fenneldoc v0.1.5 +;; Configuration file for Fenneldoc v0.1.6 ;; https://gitlab.com/andreyorst/fenneldoc {:fennel-path {} @@ -32,7 +32,7 @@ :project-copyright "Copyright (C) 2020-2021 Andrey Listopadov" :project-doc-order {} :project-license "[MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)" - :project-version "v0.5.3" + :project-version "v0.5.4" :sandbox true :test-requirements {:init-macros.fnl "(require-macros :init-macros) (import-macros {: assert-eq} :fennel-test.test) |