Skip to content

Commit

Permalink
chore(release): raise version to 2.0.0-OS
Browse files Browse the repository at this point in the history
Include OS nomenclature in the plugin's version.
  • Loading branch information
alexgerardojacinto committed Jun 23, 2021
1 parent 0181629 commit a26918f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-safariviewcontroller",
"version": "2.0.0",
"version": "2.0.0-OS",
"description": "Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app.",
"cordova": {
"id": "cordova-plugin-safariviewcontroller",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<plugin
id="cordova-plugin-safariviewcontroller"
version="2.0.0"
version="2.0.0-OS"
xmlns="http://apache.org/cordova/ns/plugins/1.0">

<name>SafariViewController</name>
Expand Down

0 comments on commit a26918f

Please sign in to comment.