diff --git a/package-lock.json b/package-lock.json index 3fb4159..3796b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@subshell/data-repositories", - "version": "1.0.4-0", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ecdda87..bd403a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@subshell/data-repositories", - "version": "1.0.4-0", + "version": "1.0.4", "description": "This library allows you to use convenient repositories backed by Dexie and IndexedDB.", "repository": "https://github.com/subshell/data-repositories", "main": "./dist/index.js",