Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Jan 19, 2020
1 parent 399c047 commit 69a5e78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Sanctuary
Copyright (c) 2020 Sanctuary

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
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/v12.0.0#Setoid
[type classes]: https://github.com/sanctuary-js/sanctuary-type-classes/tree/v12.0.0
[`Z.Setoid`]: https://github.com/sanctuary-js/sanctuary-type-classes/tree/v12.1.0#Setoid
[type classes]: https://github.com/sanctuary-js/sanctuary-type-classes/tree/v12.1.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": "2.0.0",
"version": "2.0.1",
"description": "Data type with no functionality (useful for testing)",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 69a5e78

Please sign in to comment.