Skip to content

Commit

Permalink
bumps version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akofman committed Apr 5, 2019
1 parent 10a092a commit 0c8a092
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can add this plugin directly to your project:

Or add it as a dependency into your own plugin:

`<dependency id="cordova-plugin-add-swift-support" version="2.0.1"/>`
`<dependency id="cordova-plugin-add-swift-support" version="2.0.2"/>`

By default, the Swift 4 support is added but the legacy version (2.3) can still be configured as a preference, inside the project's `config.xml`, within the `<platform name="ios">` section:

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-add-swift-support",
"version": "2.0.1",
"version": "2.0.2",
"description": "Add Swift support to your iOS plugins",
"homepage": "https://github.com/akofman/cordova-plugin-add-swift-support",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-add-swift-support" version="2.0.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-add-swift-support" version="2.0.2">

<name>AddSwiftSupport</name>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 0c8a092

Please sign in to comment.