Skip to content

Commit

Permalink
Version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Jun 21, 2015
1 parent bdb5c8c commit 25708a2
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 230 deletions.
4 changes: 2 additions & 2 deletions BOOKMARKLET.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ or the minified version:
or from a CDN, either cdnjs:

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

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

```html
<script src="//cdn.jsdelivr.net/ramda/0.15.0/ramda.min.js"></script>
<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/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.0",
"version": "0.15.1",
"homepage": "https://github.com/ramda/ramda",
"authors": [
"(Scott Sauyet <scott@sauyet.com>)",
Expand Down

0 comments on commit 25708a2

Please sign in to comment.