Skip to content

Commit 463d542

Browse files
committed
Bump Version / Update Readme
1 parent 83015bc commit 463d542

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
# A {N} Image Cropping Plugin
11-
1211
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/)
12+
[![npm](https://img.shields.io/npm/v/nativescript-imagecropper.svg)](https://www.npmjs.com/package/nativescript-imagecropper)
1313

1414
## Notes
1515

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"nativescript-imagecropper",
3-
"version":"0.0.2",
3+
"version":"0.0.3",
44
"description":"A image cropper based on TOCropViewController for iOS and uCrop for Android",
55
"main":"imagecropper.js",
66
"nativescript":{
@@ -27,7 +27,7 @@
2727
"cropping",
2828
"cropper",
2929
"TOCropViewController",
30-
"android-cropimage"
30+
"uCrop"
3131
],
3232
"author":"bthurlow",
3333
"bugs":{

0 commit comments

Comments
 (0)