Skip to content

Commit

Permalink
Version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Oct 11, 2015
1 parent 8db95ee commit fbc2e70
Show file tree
Hide file tree
Showing 6 changed files with 1,256 additions and 794 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.17.1/ramda.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ramda/0.18.0/ramda.min.js"></script>
```

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

```html
<script src="//cdn.jsdelivr.net/ramda/0.17.1/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/0.17/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/0.18.0/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/ramda/0.18/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.17.1",
"version": "0.18.0",
"homepage": "https://github.com/ramda/ramda",
"authors": [
"(Scott Sauyet <[email protected]>)",
Expand Down
Loading

0 comments on commit fbc2e70

Please sign in to comment.