Skip to content

Commit f281b7b

Browse files
committed
Release v1.1.4
1 parent e1bafef commit f281b7b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## Version 1.1.4-dev
3+
## Version 1.1.4 (21.03.2025)
44

55
### Android
66
- Refactor trigger handling

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.1.4-dev",
3+
"version": "1.1.4",
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
@@ -25,7 +25,7 @@
2525
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2626
xmlns:android="http://schemas.android.com/apk/res/android"
2727
id="cordova-plugin-local-notification"
28-
version="1.1.4-dev">
28+
version="1.1.4">
2929

3030
<name>LocalNotification</name>
3131

www/local-notification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ exports._defaults = {
184184
...exports._commonOptions,
185185
meta: {
186186
plugin: 'cordova-plugin-local-notification',
187-
version: '1.1.4-dev'
187+
version: '1.1.4'
188188
}
189189
};
190190

0 commit comments

Comments
 (0)