Skip to content

Commit

Permalink
Release v0.9.0-moodle.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Feb 19, 2024
1 parent 6d445bb commit 141933b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ We created this fork because we needed to include the following modifications in

It also includes some commits that are in master and haven't been released.

You can see all the changes here: [0.9.0-beta.3...moodlemobile:v0.9.0-moodle.11](https://github.com/katzer/cordova-plugin-local-notifications/compare/0.9.0-beta.3...moodlemobile:v0.9.0-moodle.11)
You can see all the changes here: [0.9.0-beta.3...moodlemobile:v0.9.0-moodle.12](https://github.com/katzer/cordova-plugin-local-notifications/compare/0.9.0-beta.3...moodlemobile:v0.9.0-moodle.12)

## Installation

You can install this package using the [original installation instructions](https://github.com/katzer/cordova-plugin-local-notifications#installation), but installing this package instead:

```sh
cordova plugin add @moodlehq/cordova-plugin-local-notification@0.9.0-moodle.11
cordova plugin add @moodlehq/cordova-plugin-local-notification@0.9.0-moodle.12
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moodlehq/cordova-plugin-local-notification",
"version": "0.9.0-moodle.11",
"version": "0.9.0-moodle.12",
"description": "Moodle's fork of Cordova Local Notifications Plugin",
"cordova": {
"id": "@moodlehq/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 @@ -24,7 +24,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="@moodlehq/cordova-plugin-local-notification"
version="0.9.0-moodle.11">
version="0.9.0-moodle.12">

<name>LocalNotification</name>

Expand Down

0 comments on commit 141933b

Please sign in to comment.