version 4.1.1
This commit is contained in:
+2
-1
@@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-base64-to-gallery",
|
"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",
|
"description": "Cordova plugin to save base64 data as a png image into the device",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bump": "node ./scripts/bump_version",
|
"bump": "node ./scripts/bump_version",
|
||||||
"lint": "eslint www/base64ToGallery.js",
|
"lint": "eslint www/base64ToGallery.js",
|
||||||
"test": "npm run lint",
|
"test": "npm run lint",
|
||||||
|
"postversion": "npm run bump",
|
||||||
"prepublish": "npm test"
|
"prepublish": "npm test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<plugin xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-base64-to-gallery" version="4.1.0">
|
<plugin xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-base64-to-gallery" version="4.1.1">
|
||||||
|
|
||||||
<engines>
|
<engines>
|
||||||
<engine name="cordova-ios" version=">=3.8.0" />
|
<engine name="cordova-ios" version=">=3.8.0" />
|
||||||
|
|||||||
Reference in New Issue
Block a user