From 803237940a5330a382cf7faa87952fde3f978420 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Sat, 5 Mar 2016 15:41:53 -0600 Subject: [PATCH] chore(): bump version to 1.0.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1381f6db..30bb593e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-native", - "version": "1.0.9", + "version": "1.0.10", "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support", "main": "dist/index.js", "directories": { @@ -47,4 +47,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} \ No newline at end of file +}