Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Apr 27, 2019
1 parent c105aed commit 7a4d5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ where applicable:
eq (Z.Functor.test (Identity (Useless))) (true);
```

[`Z.Setoid`]: https://github.com/sanctuary-js/sanctuary-type-classes/tree/v10.0.0#Setoid
[type classes]: https://github.com/sanctuary-js/sanctuary-type-classes/tree/v10.0.0
[`Z.Setoid`]: https://github.com/sanctuary-js/sanctuary-type-classes/tree/v11.0.0#Setoid
[type classes]: https://github.com/sanctuary-js/sanctuary-type-classes/tree/v11.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanctuary-useless",
"version": "1.0.1",
"version": "1.1.0",
"description": "Data type with no functionality (useful for testing)",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 7a4d5c7

Please sign in to comment.