Skip to content

Commit

Permalink
bump version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YushraJewon committed Sep 23, 2024
1 parent ecaf989 commit c34b840
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.1.1](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/4.1.0....4.1.1) (2024-09-23)
* **android:** Update cordova plugin file version to 8.1.0
* **iOS:** Update cordova plugin file version to 8.1.0

## [4.1.0](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/4.0.10....4.1.0) (2024-04-30)
* **android:** REVERTED Add Workers based on the number of parallelUploadsLimit and use a database to continue taking pending uploads in the Workers
* **iOS:** Removed framework tag for pods
Expand Down
4 changes: 2 additions & 2 deletions 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": "@spoonconsulting/cordova-plugin-background-upload",
"version": "4.1.0",
"version": "4.1.1",
"description": "Cordova plugin for uploading file in the background",
"cordova": {
"id": "@spoonconsulting/cordova-plugin-background-upload",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="@spoonconsulting/cordova-plugin-background-upload" version="4.1.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="@spoonconsulting/cordova-plugin-background-upload" version="4.1.1">
<name>Cordova Background Upload Plugin</name>
<description>Background Upload plugin for Cordova</description>
<license>ISC</license>
Expand Down

0 comments on commit c34b840

Please sign in to comment.