Skip to content

Commit

Permalink
Update PhoneGap build info
Browse files Browse the repository at this point in the history
  • Loading branch information
leecrossley committed Jun 15, 2015
1 parent f0f5729 commit c58789d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -26,15 +26,15 @@ cordova plugin add https://github.com/leecrossley/cordova-plugin-native-transiti

You **do not** need to reference any JavaScript, the Cordova plugin architecture will add a nativetransitions object to your root automatically when you build.

### PhoneGap build
#### PhoneGap build

Add the following to your `config.xml` to use version 0.1.4 (you can also omit the version attribute to always use the latest version):
Add the following to your `config.xml` to use version 0.1.4 (you can also omit the version attribute to always use the latest version). You should now use the npm source:

```
<gap:plugin name="uk.co.ilee.nativetransitions" version="0.1.4" />
<gap:plugin name="cordova-plugin-native-transitions" version="0.2.3" source="npm" />
```

For more information, see the [PhoneGap build website](https://build.phonegap.com/plugins/931).
For more information, see the [PhoneGap build docs](http://docs.build.phonegap.com/en_US/configuring_plugins.md.html#Plugins).

## Transitions

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-native-transitions",
"version": "0.2.2",
"version": "0.2.3",
"author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",
"description": "Cordova / PhoneGap Plugin for native transitions. Emulating transitions are a thing of the past, you can now use real native transitions directly from your JavaScript! Supports flip, curl and fade.",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-native-transitions" version="0.2.2">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-native-transitions" version="0.2.3">
<name>Native Transitions</name>
<author>Lee Crossley (http://ilee.co.uk/)</author>
<description>Cordova / PhoneGap Plugin for native transitions. Emulating transitions are a thing of the past, you can now use real native transitions directly from your JavaScript! Supports flip, curl and fade.</description>
Expand Down

0 comments on commit c58789d

Please sign in to comment.