From 37f57c275d427e67108277d9e7b0b906047ebd43 Mon Sep 17 00:00:00 2001 From: adnathan Date: Tue, 19 Jul 2016 12:48:26 -0700 Subject: [PATCH] 0.1.2 --- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1aa2e73..7f670ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ace", - "version": "0.1.1", + "version": "0.1.2", "description": "Enables you to mix native UI and native code with your JavaScript and HTML. http://microsoft.github.io/ace", "cordova": { "id": "cordova-plugin-ace", diff --git a/plugin.xml b/plugin.xml index 373ac56..8b936bd 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.1.2"> Ace Enables you to mix native UI and native code with your JavaScript and HTML.