Skip to content

Commit 6134d35

Browse files
Version bump
1 parent e8d493e commit 6134d35

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,9 @@ use one function of this plugin: `createEventInteractively`.
109109

110110
### PhoneGap Build
111111

112-
Add the following xml to your `config.xml` to always use the latest version of this plugin:
112+
Add the following xml to your `config.xml` to always use the latest npm version of this plugin:
113113
```xml
114-
<gap:plugin name="nl.x-services.plugins.calendar" />
115-
```
116-
or to use a specific version:
117-
```xml
118-
<gap:plugin name="nl.x-services.plugins.calendar" version="4.2.8" />
114+
<gap:plugin name="cordova-plugin-calendar" source="npm" />
119115
```
120116

121117

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "cordova-plugin-calendar",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "This plugin allows you to manipulate the native calendar.",
55
"cordova": {
6-
"id": "nl.x-services.plugins.calendar",
6+
"id": "cordova-plugin-calendar",
77
"platforms": [
88
"ios",
99
"android"

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<plugin
33
xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
5-
id="nl.x-services.plugins.calendar"
6-
version="4.4.0">
5+
id="cordova-plugin-calendar"
6+
version="4.4.1">
77

88
<name>Calendar</name>
99

0 commit comments

Comments
 (0)