Skip to content

Commit c9354de

Browse files
committed
Fixed the version and description in plugin.xml
1 parent a4dd083 commit c9354de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
22
xmlns:android="http://schemas.android.com/apk/res/android"
33
id="org.devgeeks.Canvas2ImagePlugin"
4-
version="0.4.1">
4+
version="0.5.1">
55

66
<name>Canvas 2 Image</name>
77

88
<engines>
99
<engine name="cordova" version=">=3.0.0" />
1010
</engines>
1111

12-
<description>This plugin allows you to save the contents of an HTML canvas tag to the iOS Photo Library from your app.</description>
12+
<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>
1313
<author>Tommy-Carlos Williams - tommy@devgeeks.org</author>
1414
<keywords>canvas,image,photo library</keywords>
1515

0 commit comments

Comments
 (0)