diff --git a/package-lock.json b/package-lock.json index 7e41f7c..a70c17f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dataflux", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dataflux", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "dependencies": { "axios": "^0.25.0", diff --git a/package.json b/package.json index 9fb0a4d..395e7fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dataflux", - "version": "1.4.1", + "version": "1.4.2", "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",