Skip to content

Commit

Permalink
Release version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Feb 24, 2024
1 parent 7f47e16 commit 14b56a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ in the browser.

## Documentation

* [Current release: 1.5.0](docs/1.5.md)
* [Current release: 1.5.1](docs/1.5.md)
* [Prior releases](docs/)

Releases follow [Specified
Expand Down
2 changes: 1 addition & 1 deletion docs/1.5.md
Expand Up @@ -21,7 +21,7 @@ var d = c.map(function (x) { return x + 1; }); // some(42)
### HTML

```html
<script src="https://github.com/earldouglas/teep/raw/1.5.0/teep.js"></script>
<script src="https://github.com/earldouglas/teep/raw/1.5.1/teep.js"></script>
<script type="text/javascript">
window.teep = window.edc.teep;
</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "teep",
"description": "A JavaScript library for functional programming.",
"version": "1.5.0",
"version": "1.5.1",
"homepage": "https://github.com/earldouglas/teep",
"author": {
"name": "James Earl Douglas",
Expand Down

0 comments on commit 14b56a3

Please sign in to comment.