Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Aug 27, 2015
1 parent e8d493e commit 6134d35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,9 @@ use one function of this plugin: `createEventInteractively`.

### PhoneGap Build

Add the following xml to your `config.xml` to always use the latest version of this plugin:
Add the following xml to your `config.xml` to always use the latest npm version of this plugin:
```xml
<gap:plugin name="nl.x-services.plugins.calendar" />
```
or to use a specific version:
```xml
<gap:plugin name="nl.x-services.plugins.calendar" version="4.2.8" />
<gap:plugin name="cordova-plugin-calendar" source="npm" />
```


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cordova-plugin-calendar",
"version": "4.4.0",
"version": "4.4.1",
"description": "This plugin allows you to manipulate the native calendar.",
"cordova": {
"id": "nl.x-services.plugins.calendar",
"id": "cordova-plugin-calendar",
"platforms": [
"ios",
"android"
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<plugin
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="nl.x-services.plugins.calendar"
version="4.4.0">
id="cordova-plugin-calendar"
version="4.4.1">

<name>Calendar</name>

Expand Down

0 comments on commit 6134d35

Please sign in to comment.