diff --git a/package.json b/package.json index 034c29e..1f13128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jhubbardsf/svelte-sortablejs", - "version": "1.0.0", + "version": "1.1.0", "author": "Josh Hubbard (https://joshuahubbard.dev/)", "description": "A Svelte wrapper for the Sortable.js library", "repository": { diff --git a/src/lib/SortableList.svelte b/src/lib/SortableList.svelte index 961aaea..f84c033 100644 --- a/src/lib/SortableList.svelte +++ b/src/lib/SortableList.svelte @@ -264,6 +264,20 @@ }); + +