Skip to content

Commit

Permalink
chore(release): raised version to 4.0.0-OS11
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-ricardomoreirasilva committed May 23, 2022
1 parent 2d1e3b6 commit 86eed84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [4.0.0-OS11] - 2022-05-23
### Fix
- Added permission request for camera and microphone on Android's ChromeWebClient.

### [4.0.0-OS9] - 2021-12-07
### Fix
- Removed Swift extensions to compile projects names with non-ascii characters.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-inappbrowser",
"version": "4.0.0-OS9",
"version": "4.0.0-OS11",
"description": "Cordova InAppBrowser Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser"
version="4.0.0-OS9">
version="4.0.0-OS11">

<name>InAppBrowser</name>
<description>Cordova InAppBrowser Plugin</description>
Expand Down

0 comments on commit 86eed84

Please sign in to comment.