removed useless log messages - resolves #2

This commit is contained in:
StefanoMagrassi
2016-01-05 12:18:53 +01:00
parent e2dcccf17e
commit c744de9fb1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cordova-base64-to-gallery",
"version": "2.0.0",
"version": "2.0.1",
"description": "Cordova plugin to save base64 data as a png image into the device",
"license": "MIT",
"scripts": {

View File

@@ -1,5 +1,5 @@
<?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="2.0.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="2.0.1">
<name>base64ToGallery</name>