diff --git a/package-lock.json b/package-lock.json index 72250ff..ffc424f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rimless", - "version": "0.2.3", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rimless", - "version": "0.2.3", + "version": "0.3.0", "license": "MIT", "devDependencies": { "@chromatic-com/storybook": "^1.7.0", diff --git a/package.json b/package.json index e83d6ed..8bafa8e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rimless", "author": "Aurélien Franky", - "version": "0.2.3", + "version": "0.3.0", "license": "MIT", "homepage": "https://github.com/au-re/rimless", "description": "event base communication made easy with a promise-based API wrapping `postMessage`",