diff --git a/package-lock.json b/package-lock.json index f651a7c..544c8b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unisort", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unisort", - "version": "1.0.2", + "version": "1.0.3", "license": "ISC", "devDependencies": { "chai": "^4.3.4", diff --git a/package.json b/package.json index 103c947..277f9e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unisort", - "version": "1.0.2", + "version": "1.0.3", "description": "Extension for sort() to include Non-Latin alphabets into the sort algorithm instead of listing each alphabet after one another.", "main": "index.js", "scripts": {