diff options
-rw-r--r-- | packages/order-utils/CHANGELOG.json | 2 | ||||
-rw-r--r-- | packages/order-utils/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json index e61033c53..5d92cb318 100644 --- a/packages/order-utils/CHANGELOG.json +++ b/packages/order-utils/CHANGELOG.json @@ -1,6 +1,6 @@ [ { - "version": "1.0.0", + "version": "1.0.0-rc.1", "changes": [ { "note": "Refactor to work with V2 of 0x protocol", diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index a815e15ce..168a1deba 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/order-utils", - "version": "1.0.0", + "version": "1.0.0-rc.1", "engines": { "node": ">=6.12" }, |