Skip to content

Commit

Permalink
Bumped version number to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjona committed Jun 24, 2017
1 parent cd6cffe commit fc239e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ These advanced config options are also available:

## Change Log

### 25th June 2017
* [pjona] Fixed `add` method when using parent_id, see [#66](https://github.com/RamonSmit/Nestable2/issues/66)

### 22th June 2017
* [pjona] Added Travis CI builds after each commit and pull request
* [pjona] Added `test` task in gulp with eslint validation
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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"description": "Drag & drop hierarchical list with mouse and touch compatibility",
"main": "jquery.nestable.js",
"scripts": {
Expand Down

0 comments on commit fc239e3

Please sign in to comment.