Skip to content

Commit

Permalink
bumped version number to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjona committed Oct 22, 2017
1 parent da7440b commit 6906da8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ bower install --save nestable2
You can also find us on [CDNJS](https://cdnjs.com/libraries/nestable2):

```
//cdnjs.cloudflare.com/ajax/libs/nestable2/1.5.0/jquery.nestable.min.css
//cdnjs.cloudflare.com/ajax/libs/nestable2/1.5.0/jquery.nestable.min.js
//cdnjs.cloudflare.com/ajax/libs/nestable2/1.6.0/jquery.nestable.min.css
//cdnjs.cloudflare.com/ajax/libs/nestable2/1.6.0/jquery.nestable.min.js
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestable2",
"version": "1.5.0",
"version": "1.6.0",
"homepage": "https://github.com/RamonSmit/Nestable2",
"authors": [
"David Bushell <@dbushell>",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestable2",
"version": "1.5.0",
"version": "1.6.0",
"description": "Drag & drop hierarchical list with mouse and touch compatibility",
"main": "jquery.nestable.js",
"scripts": {
Expand Down

0 comments on commit 6906da8

Please sign in to comment.