Skip to content

Commit

Permalink
Version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzdecafe committed Mar 26, 2016
1 parent c7282df commit 5282dc2
Show file tree
Hide file tree
Showing 11 changed files with 781 additions and 470 deletions.
4 changes: 2 additions & 2 deletions BOOKMARKLET.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -93,14 +93,14 @@ or the minified version:
or from a CDN, either cdnjs:

```html
<script src="//cdnjs.cloudflare.com/ajax/libs/ramda/0.19.1/ramda.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ramda/0.20.0/ramda.min.js"></script>
```

or one of the below links from [jsDelivr](http://jsdelivr.com):

```html
<script src="//cdn.jsdelivr.net/ramda/0.19.1/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/0.19/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/0.20.0/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/0.20/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/latest/ramda.min.js"></script>
```

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "ramda",
"main": "dist/ramda.js",
"version": "0.19.1",
"version": "0.20.0",
"homepage": "https://github.com/ramda/ramda",
"authors": [
"(Scott Sauyet <scott@sauyet.com>)",
Expand Down

0 comments on commit 5282dc2

Please sign in to comment.