Skip to content

Commit

Permalink
release version 2.0.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Mar 1, 2021
1 parent a098906 commit 41c49fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Publication-only version of the [apache/cordova-plugin-file-transfer](https://github.com/apache/cordova-plugin-file-transfer) package with some early fixes. [![Latest Published Version](https://img.shields.io/npm/v/cordova-plugin-ns0m-file-transfer)](https://www.npmjs.com/package/cordova-plugin-ns0m-file-transfer)
```
cordova plugin add cordova-plugin-ns0m-file-transfer
cordova plugin add cordova-plugin-ns0m-file-transfer@2.0.0-3
```

---
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-ns0m-file-transfer",
"version": "2.0.0-2",
"version": "2.0.0-3",
"description": "Cordova File Transfer Plugin",
"types": "./types/index.d.ts",
"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-ns0m-file-transfer"
version="2.0.0-2">
version="2.0.0-3">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 41c49fc

Please sign in to comment.