Skip to content

Commit

Permalink
Release v0.9.0-moodle.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Feb 20, 2023
1 parent 77e8381 commit 7a248a5
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 @@ -18,12 +18,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.7](https://github.com/katzer/cordova-plugin-local-notifications/compare/0.9.0-beta.3...moodlemobile:v0.9.0-moodle.7)
You can see all the changes here: [0.9.0-beta.3...moodlemobile:v0.9.0-moodle.8](https://github.com/katzer/cordova-plugin-local-notifications/compare/0.9.0-beta.3...moodlemobile:v0.9.0-moodle.8)

## 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/[email protected].7
cordova plugin add @moodlehq/[email protected].8
```
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.7",
"version": "0.9.0-moodle.8",
"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.7">
version="0.9.0-moodle.8">

<name>LocalNotification</name>

Expand Down

0 comments on commit 7a248a5

Please sign in to comment.