Skip to content

Commit f2e0552

Browse files
bump
1 parent 30aa389 commit f2e0552

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.1",
2+
"version": "2.2.2",
33
"name": "cordova-plugin-telerik-imagepicker",
44
"cordova_name": "ImagePicker",
55
"description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
@@ -26,4 +26,4 @@
2626
"name": "cordova",
2727
"version": ">=3.5.0"
2828
}
29-
}
29+
}

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-telerik-imagepicker"
5-
version="2.2.1">
5+
version="2.2.2">
66

77
<name>ImagePicker</name>
88

@@ -147,4 +147,4 @@
147147
<framework src="src/android/ignorelinterrors.gradle" custom="true" type="gradleReference"/>
148148
<framework src="src/android/androidtarget.gradle" custom="true" type="gradleReference"/>
149149
</platform>
150-
</plugin>
150+
</plugin>

0 commit comments

Comments
 (0)