diff --git a/package-lock.json b/package-lock.json index 69ae4fc..8fd11a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@subshell/data-repositories", - "version": "1.0.3-0", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98c5157..2d6d6da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@subshell/data-repositories", - "version": "1.0.3-0", + "version": "1.0.3", "description": "This library allows you to use convenient repositories backed by Dexie and IndexedDB.", "main": "./dist/index.js", "scripts": {