diff --git a/README.md b/README.md index 3f3e550..7f09327 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index 0dab67c..5f26991 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "nestable2", - "version": "1.5.0", + "version": "1.6.0", "homepage": "https://github.com/RamonSmit/Nestable2", "authors": [ "David Bushell <@dbushell>", diff --git a/package-lock.json b/package-lock.json index 9ef8890..6faf0fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nestable2", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6901444..0e511ff 100644 --- a/package.json +++ b/package.json @@ -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": {