diff --git a/CHANGELOG.md b/CHANGELOG.md index d4fbce269..18b2211d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Fix - 2021-06-30 +### [4.0.0-OS6] - 2021-06-30 - On iOS page scrolling back to top after clicking Done in form input field [RMET-753](https://outsystemsrd.atlassian.net/browse/RMET-753) ## [4.0.0-OS5] - 2021-05-14 diff --git a/package.json b/package.json index 864d87cdd..2bf1d3070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "4.0.0-OS5", + "version": "4.0.0-OS6", "description": "Cordova InAppBrowser Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 493d94210..5fd0100ed 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="4.0.0-OS6"> InAppBrowser Cordova InAppBrowser Plugin