Repository: cordova-plugin-test-framework Updated Branches: refs/heads/1.1.x 12b4e16ba -> d6e024803
CB-11091 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/49212ca5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/49212ca5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/49212ca5 Branch: refs/heads/1.1.x Commit: 49212ca558073274be9f8d42ac4c60265dbadbc0 Parents: 12b4e16 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:45:28 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:45:28 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/49212ca5/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 9788e7c..8d405ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-test-framework", - "version": "1.1.2", + "version": "1.1.3-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/49212ca5/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index f0881ed..7cea632 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.2"> + version="1.1.3-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]
