Skip to content

Commit 56bfb54

Browse files
committed
Update module.l
1 parent 1f26b55 commit 56bfb54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 2.1.0 (2017-03-23)
44

5-
* Restore PicoLisp namespaces for backwards compatibility. Disable through PIL_NAMESPACES=false.
5+
* Restore PicoLisp namespaces for backwards compatibility. Disable with PIL_NAMESPACES=false
66

77
## 2.0.0 (2017-03-09)
88

module.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[de MODULE_INFO
22
("name" "unit")
3-
("version" "2.0.0")
3+
("version" "2.1.0")
44
("summary" "Unit Testing framework for PicoLisp")
55
("source" "https://github.com/aw/picolisp-unit.git")
66
("author" "Alexander Williams")

0 commit comments

Comments
 (0)