diff --git a/README.md b/README.md index f13e06cf..baa2d586 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Or install with [Homebrew-Cask](https://caskroom.github.io): -``` -$ brew install --cask kap +```sh +brew install --cask kap ``` ## Contribute diff --git a/package.json b/package.json index 33c45402..b4484472 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kap", "productName": "Kap", - "version": "3.4.2", + "version": "3.5.0", "description": "An open-source screen recorder built with web technology", "license": "MIT", "repository": "wulkano/kap",