Skip to content

Commit

Permalink
Merge pull request #1 from brunochikuji/release-0.78
Browse files Browse the repository at this point in the history
release 0.7.8
  • Loading branch information
brunochikuji authored Jun 25, 2024
2 parents 514d0fa + 1119e59 commit 4604957
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## ChangeLog

#### Version 0.7.8 (25.06.2024)
- [feature:] Added support to Android SDK 34
- [feature:] Added dataSync service type

#### Version 0.7.3 (07.08.2019)
This is more a "just publish all changes after long time" release.
- [___change___:] Removed code for Windows 10 Mobile
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-background-mode",
"version": "0.7.3",
"version": "0.7.8",
"description": "Prevent apps from going to sleep in background.",
"cordova": {
"id": "cordova-plugin-background-mode",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-background-mode"
version="0.7.3">
version="0.7.8">

<name>BackgroundMode</name>

Expand Down

0 comments on commit 4604957

Please sign in to comment.