diff --git a/package-lock.json b/package-lock.json index 36cf98bc..e835e776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html5sortable", - "version": "0.9.3", + "version": "0.9.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3ac87df8..95055767 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "dist/html5sortable.js", "file": "src/html5sortable.ts", "dest": "dist", - "version": "0.9.3", + "version": "0.9.4", "license": "MIT", "description": "VanillaJS sortable lists and grids using native HTML5 drag and drop API.", "author": {