Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/1.6.x 60b2cd324 -> aee45754a
CB-11832 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/1cfc66ce Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/1cfc66ce Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/1cfc66ce Branch: refs/heads/1.6.x Commit: 1cfc66ce0dd0f4c96d180b4d9c904510a44c9fb6 Parents: 60b2cd3 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 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/1cfc66ce/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index efe9f6d..6c24249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-transfer", - "version": "1.6.0", + "version": "1.6.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/1cfc66ce/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9469c45..6b2323c 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.6.0"> + version="1.6.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/1cfc66ce/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 6a1bfb6..94ad77c 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.6.0"> + version="1.6.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]
