diff --git a/package-lock.json b/package-lock.json index 76f6b88..e87a154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "octo-call", - "version": "0.1.4", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "octo-call", - "version": "0.1.4", + "version": "0.2.0", "dependencies": { "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", diff --git a/package.json b/package.json index 157e199..1db81be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "octo-call", "private": true, - "version": "0.1.4", + "version": "0.2.0", "type": "module", "scripts": { "start": "npm run dev",