Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/1.5.x 3540af439 -> a4031db70
CB-10368 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/6ae9af43 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/6ae9af43 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/6ae9af43 Branch: refs/heads/1.5.x Commit: 6ae9af436ce2a1b44bd9379364d650f49a1f19b1 Parents: 3540af4 Author: Steve Gill <[email protected]> Authored: Fri Jan 15 16:58:32 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Fri Jan 15 16:58:32 2016 -0800 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/6ae9af43/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 6ab324f..9dfec32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-transfer", - "version": "1.5.0", + "version": "1.5.1-dev", "description": "Cordova File Transfer Plugin", "cordova": { "id": "cordova-plugin-file-transfer", http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/6ae9af43/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index bb732ee..b7cd6fe 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-file-transfer" - version="1.5.0"> + version="1.5.1-dev"> <name>File Transfer</name> <description>Cordova File Transfer Plugin</description> <license>Apache 2.0</license> http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/6ae9af43/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 855a7cd..9cb77c9 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-file-transfer-tests" - version="1.5.0"> + version="1.5.1-dev"> <name>Cordova File Transfer Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
