version 4.1.1

This commit is contained in:
StefanoMagrassi
2016-05-05 17:52:01 +02:00
parent f939db234c
commit 2f531aaa0b
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
{
"name": "cordova-base64-to-gallery",
"version": "4.1.0",
"version": "4.1.1",
"description": "Cordova plugin to save base64 data as a png image into the device",
"license": "MIT",
"scripts": {
"bump": "node ./scripts/bump_version",
"lint": "eslint www/base64ToGallery.js",
"test": "npm run lint",
"postversion": "npm run bump",
"prepublish": "npm test"
},
"repository": {