diff --git a/packages/cre-sdk-examples/package.json b/packages/cre-sdk-examples/package.json index ff1515bf..e4626e05 100644 --- a/packages/cre-sdk-examples/package.json +++ b/packages/cre-sdk-examples/package.json @@ -1,7 +1,7 @@ { "name": "@chainlink/cre-sdk-examples", "private": true, - "version": "1.1.2", + "version": "1.1.3", "type": "module", "author": "Ernest Nowacki", "license": "BUSL-1.1", diff --git a/packages/cre-sdk/package.json b/packages/cre-sdk/package.json index 9c540220..9a8a90d9 100644 --- a/packages/cre-sdk/package.json +++ b/packages/cre-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cre-sdk", - "version": "1.1.2", + "version": "1.1.3", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",