From d35d176a79ab8302adb897a8195d09a09ecc01ed Mon Sep 17 00:00:00 2001 From: Ibby Date: Tue, 7 Mar 2017 05:53:34 -0500 Subject: [PATCH] 3.1.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cca94b3bf..48132c064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-native", - "version": "3.1.0-alpha.3", + "version": "3.1.0-rc.1", "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support", "main": "dist/es5/index.js", "module": "dist/esm/index.js",