Skip to content

Commit

Permalink
Atualizando versão para tag 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andremanoel committed Apr 3, 2017
1 parent 249ffa1 commit 1051036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file-transfer",
"version": "1.6.3-dev",
"version": "1.6.3",
"description": "Cordova File Transfer Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand All @@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-file-transfer"
"url": "https://github.com/mbamobi/cordova-plugin-file-transfer"
},
"keywords": [
"cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-dev">
version="1.6.3">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 1051036

Please sign in to comment.