From ce63329b6d285437e63c5d6fa29163418f81d330 Mon Sep 17 00:00:00 2001 From: Marek Skiba Date: Fri, 23 Jun 2017 00:10:49 +0200 Subject: [PATCH] Bumped version number to 1.3.0 --- bower.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index a5a8657..af76f1d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "nestable2", - "version": "1.2.9", + "version": "1.3.0", "homepage": "https://github.com/RamonSmit/Nestable2", "authors": [ "David Bushell <@dbushell>", diff --git a/package-lock.json b/package-lock.json index afc4103..b7f42b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nestable2", - "version": "1.2.9", + "version": "1.3.0", "lockfileVersion": 1, "dependencies": { "acorn": { diff --git a/package.json b/package.json index 5768fb0..c1f404f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestable2", - "version": "1.2.9", + "version": "1.3.0", "description": "Drag & drop hierarchical list with mouse and touch compatibility", "main": "jquery.nestable.js", "scripts": {