diff --git a/VERSION.md b/VERSION.md index e4c0d46..a6a3a43 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 \ No newline at end of file diff --git a/package.json b/package.json index e550a2f..b15b9d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ostdotcom/ost-price-oracle", - "version": "1.0.3", + "version": "1.0.4", "description": "Price Oracle Contracts and Service Layer to deploy contract and interact with service methods", "keywords": [ "OST", @@ -22,8 +22,8 @@ "make-docs": "node_modules/.bin/jsdoc -c .jsdoc.json" }, "dependencies": { - "@openstfoundation/openst-cache": "1.0.4", - "@openstfoundation/openst-base": "0.9.1", + "@openstfoundation/openst-cache": "1.0.5", + "@openstfoundation/openst-base": "0.9.2", "assert": "1.4.1", "bignumber.js": "4.1.0", "continuation-local-storage": "3.2.1",