Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Bump plugin and package version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Oct 3, 2016
1 parent 8bbf1ae commit ae823d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-meteor-webapp",
"version": "1.3.0",
"version": "1.4.0",
"description": "Cordova plugin that serves a Meteor web app through a local server and implements hot code push",
"cordova": {
"id": "cordova-plugin-meteor-webapp",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-meteor-webapp"
version="1.3.0">
version="1.4.0">
<name>Meteor Webapp</name>
<description>Cordova plugin that serves a Meteor web app through a local server and implements hot code push</description>
<keywords>cordova,meteor</keywords>
Expand Down

0 comments on commit ae823d1

Please sign in to comment.