Skip to content

Commit

Permalink
Version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Jul 13, 2015
1 parent 094db77 commit 53ab056
Show file tree
Hide file tree
Showing 6 changed files with 2,138 additions and 2,448 deletions.
4 changes: 2 additions & 2 deletions BOOKMARKLET.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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.15.1/ramda.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ramda/0.16.0/ramda.min.js"></script>
```

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

```html
<script src="//cdn.jsdelivr.net/ramda/0.15.1/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/0.15/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/0.16.0/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/0.16/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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ramda",
"main": "dist/ramda.js",
"version": "0.15.1",
"version": "0.16.0",
"homepage": "https://github.com/ramda/ramda",
"authors": [
"(Scott Sauyet <[email protected]>)",
Expand Down
Loading

0 comments on commit 53ab056

Please sign in to comment.