From 8fd5d3aeb2fcc081538f1061e6dba5bcc6abe980 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 23 Nov 2021 18:40:01 +0700 Subject: [PATCH] 3.5.0 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",