Skip to content

Commit

Permalink
chore(release): raise to version 2.1.0-OS2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Nov 16, 2021
1 parent 23c7f18 commit 89aeb3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-->
# Release Notes

### Unreleased
### 2.1.0-OS2 (Nov 16, 2021)
* Updates dependency for cordova-file-plugin so that version 6.0.2-OS4 is used.

### 1.7.1 (Jan 24, 2018)
Expand Down
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-file-transfer",
"version": "2.1.0-OS1",
"version": "2.1.0-OS2",
"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-file-transfer"
version="2.1.0-OS1">
version="2.1.0-OS2">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 89aeb3c

Please sign in to comment.