Skip to content

Commit

Permalink
Back to telerik plugin info for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
quangpdt committed Jun 27, 2018
1 parent 6d0be44 commit 9a720e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.2.4",
"name": "cordova-plugin-custom-imagepicker",
"version": "2.2.1",
"name": "cordova-plugin-telerik-imagepicker",
"cordova_name": "ImagePicker",
"description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
"license": "MIT",
Expand All @@ -20,10 +20,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/quangpdt/ImagePicker.git"
"url": "git+https://github.com/Telerik-Verified-Plugins/ImagePicker.git"
},
"engines": {
"name": "cordova",
"version": ">=3.5.0"
}
}
}
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-telerik-imagepicker"
version="2.2.4">
version="2.2.1">

<name>ImagePicker</name>

Expand Down Expand Up @@ -147,4 +147,4 @@
<framework src="src/android/ignorelinterrors.gradle" custom="true" type="gradleReference"/>
<framework src="src/android/androidtarget.gradle" custom="true" type="gradleReference"/>
</platform>
</plugin>
</plugin>

0 comments on commit 9a720e2

Please sign in to comment.