Skip to content

Commit

Permalink
Release v0.9.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Jan 11, 2018
1 parent bf57b09 commit 0ac0372
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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": "0.9.0-beta.1",
"version": "0.9.0-beta.2",
"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 @@ -24,7 +24,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="0.9.0-beta.1">
version="0.9.0-beta.2">

<name>LocalNotification</name>

Expand Down
2 changes: 1 addition & 1 deletion www/local-notification-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ exports.mergeWithDefaults = function (options) {

options.meta = {
plugin: 'cordova-plugin-local-notification',
version: '0.9-beta.1'
version: '0.9-beta.2'
};

return options;
Expand Down

0 comments on commit 0ac0372

Please sign in to comment.