diff --git a/README.md b/README.md index 204f51b0f..4c00f95e3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ helps us grow and improve. [Github](https://github.com/consolelabs/mochi-ui/issues/new/choose). - Join our conversation on [Discord](https://discord.com/invite/HNdcU8Kvfh). -## Contributing +## Contribution We warmly welcome your contributions! diff --git a/apps/mochi-web/package.json b/apps/mochi-web/package.json index c66aced04..2c14d5512 100644 --- a/apps/mochi-web/package.json +++ b/apps/mochi-web/package.json @@ -1,7 +1,7 @@ { "name": "mochi-web", "private": true, - "version": "1.0.0", + "version": "1.2.0-rc.1", "scripts": { "proxy-ssl": "local-ssl-proxy --config proxy-config.json", "dev:https": "(trap 'kill 0' SIGINT; pnpm proxy-ssl & next dev -p 3001)",