Skip to content

Commit

Permalink
chore(release): raised version to 4.0.0-OS9
Browse files Browse the repository at this point in the history
  • Loading branch information
nflsilva committed Dec 7, 2021
1 parent f1c6382 commit 9c9587c
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-OS9] - 2021-12-07
### Fix
- Removed Swift extensions to compile projects names with non-ascii characters.

### [4.0.0-OS8] - 2021-11-04
### Fix
- New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper
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-OS8",
"version": "4.0.0-OS9",
"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-OS8">
version="4.0.0-OS9">

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

0 comments on commit 9c9587c

Please sign in to comment.