Skip to content

Commit eafd400

Browse files
committed
chore(release): raise version to 1.6.2
1 parent 6ee7e9e commit eafd400

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
The changes documented here do not include those from the original repository.
88

9-
## [Unreleased]
9+
## 1.6.2
1010

1111
### Fixes
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.outsystems.plugins.inappbrowser",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "InAppBrowser OutSystems Cordova Plugin",
55
"keywords": [
66
"ecosystem:cordova",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="com.outsystems.plugins.inappbrowser" version="1.6.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="com.outsystems.plugins.inappbrowser" version="1.6.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>cordova-outsystems-inappbrowser</name>
44
<description>InAppBrowser OutSystems Cordova Plugin</description>
55
<author>OutSystems Inc</author>

0 commit comments

Comments
 (0)