From fc239e3c98d973691eff6b4d18ff5f1a461796fc Mon Sep 17 00:00:00 2001 From: Marek Skiba Date: Sun, 25 Jun 2017 00:01:19 +0200 Subject: [PATCH] Bumped version number to 1.3.1 --- README.md | 3 +++ bower.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 437aa41..28016df 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index af76f1d..d6da071 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "nestable2", - "version": "1.3.0", + "version": "1.3.1", "homepage": "https://github.com/RamonSmit/Nestable2", "authors": [ "David Bushell <@dbushell>", diff --git a/package-lock.json b/package-lock.json index b7f42b9..273937a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nestable2", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "dependencies": { "acorn": { diff --git a/package.json b/package.json index c1f404f..d44afdf 100644 --- a/package.json +++ b/package.json @@ -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": {