diff --git a/package-lock.json b/package-lock.json index 80a907f..b35909f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dataflux", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dataflux", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "axios": "^0.25.0", diff --git a/package.json b/package.json index e7a759d..f9a0af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dataflux", - "version": "1.3.0", + "version": "1.4.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",