Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akofman committed Oct 7, 2016
1 parent 2f4d0db commit 9a433a6
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 @@ -12,7 +12,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="1.3.2"/>`
`<dependency id="cordova-plugin-add-swift-support" version="1.4.0"/>`

If needed, add a prefixed Bridging-Header file in your plugin in order to import frameworks (MyPlugin-Bridging-Header.h for instance).
As an example you can have a look at this [plugin](https://github.com/akofman/cordova-plugin-permissionScope).
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": "1.3.2",
"version": "1.4.0",
"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,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-add-swift-support"
version="1.3.2" >
version="1.4.0" >

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

0 comments on commit 9a433a6

Please sign in to comment.