Skip to content

Commit

Permalink
Add npm badge
Browse files Browse the repository at this point in the history
  • Loading branch information
leecrossley committed Jun 15, 2015
1 parent bf7deaa commit f0f5729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
## Native Transitions Plugin for Apache Cordova
## Native Transitions Plugin for Apache Cordova [![npm version](https://badge.fury.io/js/cordova-plugin-native-transitions.svg)](http://badge.fury.io/js/cordova-plugin-native-transitions)

Emulating transitions are a thing of the past, you can now use real native page transitions directly from your JavaScript!

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-native-transitions",
"version": "0.2.1",
"version": "0.2.2",
"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.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-native-transitions" version="0.2.2">
<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 f0f5729

Please sign in to comment.