Skip to content

Commit

Permalink
chore(release): raise to version 4.0.0-OS6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Jun 30, 2021
1 parent 0a9b75d commit 370623e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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-OS5",
"version": "4.0.0-OS6",
"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-OS5">
version="4.0.0-OS6">

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

0 comments on commit 370623e

Please sign in to comment.