Skip to content

Commit d52ca16

Browse files
chore(release): raise to version 0.9.10
References: https://outsystemsrd.atlassian.net/browse/RMET-2036
1 parent c6caa32 commit d52ca16

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-lo
55

66
#### Unreleased
77

8+
#### Version 0.9.10 (19.12.2022)
89
### 16-12-2022
910
- Removed dependency to jcenter [RMET-2036](https://outsystemsrd.atlassian.net/browse/RMET-2036)
1011

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-local-notification",
3-
"version": "0.9.9",
3+
"version": "0.9.10",
44
"description": "Schedules and queries for local notifications",
55
"cordova": {
66
"id": "cordova-plugin-local-notification",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="cordova-plugin-local-notification"
27-
version="0.9.9">
27+
version="0.9.10">
2828

2929
<name>LocalNotification</name>
3030

0 commit comments

Comments
 (0)