diff --git a/package-lock.json b/package-lock.json index be8d54b..91e5045 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dataflux", - "version": "1.17.0", + "version": "1.17.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dataflux", - "version": "1.17.0", + "version": "1.17.1", "license": "MIT", "dependencies": { "batch-promises": "^0.0.3", diff --git a/package.json b/package.json index 16e80fc..1b27b61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dataflux", - "version": "1.17.0", + "version": "1.17.1", "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",