diff --git a/package-lock.json b/package-lock.json index e207a38..d3a07e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@subshell/data-repositories", - "version": "1.0.7-0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@subshell/data-repositories", - "version": "1.0.7-0", + "version": "1.1.0", "license": "MIT", "dependencies": { "dexie": "3.2.2", diff --git a/package.json b/package.json index 4d7f0dd..ae695fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@subshell/data-repositories", - "version": "1.1.0-0", + "version": "1.1.0", "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",