diff --git a/package-lock.json b/package-lock.json index 4883365..c0485ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dataflux", - "version": "1.7.5", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dataflux", - "version": "1.7.5", + "version": "1.8.0", "license": "MIT", "dependencies": { "axios": "^0.25.0", diff --git a/package.json b/package.json index d622119..6659cf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dataflux", - "version": "1.7.5", + "version": "1.8.0", "description": "DataFlux, automatically interfaces with your REST APIs to create a 2-way-synced local data store. Transparently manages data propagation in the React state.", "main": "dist/index.js", "bin": "dist/index.js",