diff options
author | Colin Okay <okay@toyful.space> | 2021-02-20 07:57:02 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2021-02-20 07:57:02 -0600 |
commit | 2180fa5972de261d8a098632e962f69a2399d1c6 (patch) | |
tree | 6e34571f42a74383595d9c3a16b2cdb87ee7ed68 | |
parent | 3ed14e3692aaa15e9bdc0f8f43f1f0215072bb70 (diff) |
minor version bump
Bugfix to filter!
-rw-r--r-- | gtwiwtg.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtwiwtg.asd b/gtwiwtg.asd index 3253747..462d3ac 100644 --- a/gtwiwtg.asd +++ b/gtwiwtg.asd @@ -4,7 +4,7 @@ :description "Lazy-ish iterators" :author "Colin Okay <okay@toyful.space>" :license "GPLv3" - :version "0.1.1" + :version "0.1.2" :serial t :components ((:file "package") (:file "gtwiwtg") |