Skip to content

Commit c58789d

Browse files
committed
Update PhoneGap build info
1 parent f0f5729 commit c58789d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ cordova plugin add https://github.com/leecrossley/cordova-plugin-native-transiti
2626

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

29-
### PhoneGap build
29+
#### PhoneGap build
3030

31-
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):
31+
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:
3232

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

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

3939
## Transitions
4040

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-native-transitions",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"author": "Lee Crossley <[email protected]> (http://ilee.co.uk/)",
55
"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.",
66
"cordova": {

plugin.xml

+1-1
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-native-transitions" version="0.2.2">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-native-transitions" version="0.2.3">
33
<name>Native Transitions</name>
44
<author>Lee Crossley (http://ilee.co.uk/)</author>
55
<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>

0 commit comments

Comments
 (0)