Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitToTheHub committed Dec 23, 2024
1 parent 1dfd1da commit ef592f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

## Version 1.0.1-dev
## Version 1.1.0 (23.12.2024)

- Improve documentation
- Documentation of properties
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-local-notification",
"version": "1.0.1-dev",
"version": "1.1.0",
"description": "Schedules and queries for local notifications",
"cordova": {
"id": "cordova-plugin-local-notification",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-local-notification"
version="1.0.1-dev">
version="1.1.0">

<name>LocalNotification</name>

Expand Down
2 changes: 1 addition & 1 deletion www/local-notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ exports._defaults = {
...exports._commonOptions,
meta: {
plugin: 'cordova-plugin-local-notification',
version: '1.0.1-dev'
version: '1.1.0'
}
};

Expand Down

0 comments on commit ef592f3

Please sign in to comment.