radar_client
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -31,3 +31,3 @@ (function(){function require(e,t){for(var n=[],r=e.split("/"),i,s,o=0;s=r[o++];)".."==s?n.pop():"."!=s&&n.push(s);n=n.join("/"),o=require,s=o.m[t||0],i=s[n+".js"]||s[n+"/index.js"]||s[n];if(s=i.c)i=o.m[t=s][e=i.m];return i.exports||i(i,i.exports={},function(n){return o("."!=n.charAt(0)?n:e+"/../"+n,t)}),i.exports}; | ||
function getClientVersion() { return '0.14.1'; }; | ||
function getClientVersion() { return '0.14.2'; }; | ||
@@ -34,0 +34,0 @@ module.exports = getClientVersion;}, |
// Auto-generated file, overwritten by scripts/add_package_version.js | ||
function getClientVersion() { return '0.14.1'; }; | ||
function getClientVersion() { return '0.14.2'; }; | ||
module.exports = getClientVersion; |
{ | ||
"name": "radar_client", | ||
"description": "Realtime apps with a high level API based on engine.io", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"author": "Mikito Takada <mikito.takada@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -21,3 +21,3 @@ # Radar Client | ||
Copyright 2012, Zendesk Inc. | ||
Copyright 2015, Zendesk Inc. | ||
Licensed under the Apache License Version 2.0, http://www.apache.org/licenses/LICENSE-2.0 |