CB-11832 Incremented plugin version.
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/89dd3538 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/89dd3538 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/89dd3538 Branch: refs/heads/master Commit: 89dd3538defd39f813dad95789e45aedb10e25ab Parents: d6e0248 Author: Steve Gill <[email protected]> Authored: Fri Sep 9 16:08:04 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Sep 9 16:08:04 2016 -0700 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/89dd3538/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 12ca95d..aad836e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-test-framework", - "version": "1.1.3", + "version": "1.1.4-dev", "description": "Cordova Test Framework Plugin", "cordova": { "id": "cordova-plugin-test-framework", http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/89dd3538/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 31829c4..5fdbcfe 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-test-framework" - version="1.1.3"> + version="1.1.4-dev"> <name>Test Framework</name> <description>Cordova Test Framework Plugin</description> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
