pushi-js 0.6.6 → 0.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pushi.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushi-js",
3
- "version": "0.6.6",
3
+ "version": "0.6.8",
4
4
  "description": "JavaScript client for Hive Pushi push notification system",
5
5
  "main": "pushi.js",
6
6
  "browser": "pushi.js",
package/pushi.js CHANGED
@@ -140,7 +140,7 @@ var Pushi = function(appKey, options) {
140
140
  * The version of the Pushi library.
141
141
  * @type {string}
142
142
  */
143
- Pushi.VERSION = "0.6.6";
143
+ Pushi.VERSION = "0.6.8";
144
144
 
145
145
  Pushi.prototype.init = function(appKey, options, callback) {
146
146
  // tries to retrieve any previously existing instance