We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5c8479 + 6a731c0 commit 43ca591Copy full SHA for 43ca591
README.md
@@ -35,7 +35,8 @@ In Command prompt / Terminal navigate to your application root folder and run:
35
36
```
37
tns plugin add nativescript-imagepicker
38
-```tns run
+tns run
39
+```
40
41
## Configuration
42
No additional configuration required!
src/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-imagepicker",
3
- "version": "4.0.1",
+ "version": "5.0.0",
4
"description": "A plugin for the NativeScript framework implementing multiple image picker",
5
"repository": {
6
"type": "git",
0 commit comments