Skip to content

Commit

Permalink
Fixed the version and description in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
devgeeks committed Apr 28, 2014
1 parent a4dd083 commit c9354de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.devgeeks.Canvas2ImagePlugin"
version="0.4.1">
version="0.5.1">

<name>Canvas 2 Image</name>

<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>

<description>This plugin allows you to save the contents of an HTML canvas tag to the iOS Photo Library from your app.</description>
<description>This plugin allows you to save the contents of an HTML canvas tag to the iOS Photo Library, or Android Gallery from your app.</description>
<author>Tommy-Carlos Williams - tommy@devgeeks.org</author>
<keywords>canvas,image,photo library</keywords>

Expand Down

0 comments on commit c9354de

Please sign in to comment.