diff --git a/package-lock.json b/package-lock.json index 5e79bd7..c9cf8cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sortire", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sortire", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "devDependencies": { "@vitest/coverage-v8": "^0.34.2", diff --git a/package.json b/package.json index 83c1be5..5ce7fae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "sortire", "description": "A collection of popular sorting algorithms for JavaScript", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": {