From cd83e662c4b66d660a2ecd91cbe7b250405b2c44 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Tue, 1 Sep 2015 11:20:07 +0200 Subject: [PATCH] release version 0.0.3 --- package.json | 2 +- plugin.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4f98f6e..931d4ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aerogear-cordova-crypto", - "version": "0.0.2", + "version": "0.0.3", "description": "This plugin mimics the API of the aerogear-js crypto functions as close as possible, but delegates the work to the native implementations\n ", "cordova": { "id": "org.jboss.aerogear.cordova.crypto", diff --git a/plugin.xml b/plugin.xml index 7091764..6e38326 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,8 +1,8 @@ + id="aerogear-cordova-crypto" + version="0.0.3"> AeroGear Crypto Plugin