Skip to content

Commit 9a433a6

Browse files
committed
Bump version to 1.4.0
1 parent 2f4d0db commit 9a433a6

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
@@ -12,7 +12,7 @@ You can add this plugin directly to your project :
1212

1313
Or add it as a dependency into your own plugin :
1414

15-
`<dependency id="cordova-plugin-add-swift-support" version="1.3.2"/>`
15+
`<dependency id="cordova-plugin-add-swift-support" version="1.4.0"/>`
1616

1717
If needed, add a prefixed Bridging-Header file in your plugin in order to import frameworks (MyPlugin-Bridging-Header.h for instance).
1818
As an example you can have a look at this [plugin](https://github.com/akofman/cordova-plugin-permissionScope).

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": "1.3.2",
3+
"version": "1.4.0",
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,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
id="cordova-plugin-add-swift-support"
4-
version="1.3.2" >
4+
version="1.4.0" >
55

66
<name>AddSwiftSupport</name>
77
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)