From 5565e5dc2bf20f90e5be128f347a0ef285e9ee84 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Fri, 21 Oct 2016 10:35:04 -0500 Subject: [PATCH] chore(): increment ionic-app-lib dependency to 2.1.2 to get latests fixes. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e48a39b347..83cb61a550 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic", - "version": "2.1.2", + "version": "2.1.3", "preferGlobal": true, "description": "A tool for creating and developing Ionic Framework mobile apps.", "homepage": "http://ionicframework.com/", @@ -69,7 +69,7 @@ "gulp": "3.8.8", "gulp-util": "3.0.7", "inquirer": "0.11.2", - "ionic-app-lib": "2.1.1", + "ionic-app-lib": "2.1.2", "moment": "2.11.1", "open": "0.0.5", "optimist": "0.6.0",