Skip to content

Commit 0c8a092

Browse files
committed
bumps version to 2.0.2
1 parent 10a092a commit 0c8a092

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can add this plugin directly to your project:
1414

1515
Or add it as a dependency into your own plugin:
1616

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

1919
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:
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-add-swift-support",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Add Swift support to your iOS plugins",
55
"homepage": "https://github.com/akofman/cordova-plugin-add-swift-support",
66
"author": {

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 xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-add-swift-support" version="2.0.1">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-add-swift-support" version="2.0.2">
33

44
<name>AddSwiftSupport</name>
55
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)