Skip to content

Commit

Permalink
Updated to 0.9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
vseventer committed Jul 18, 2012
1 parent 7db8711 commit e217096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kinvey.js
Expand Up @@ -123,7 +123,7 @@
*
* @constant
*/
Kinvey.SDK_VERSION = '0.9.5';
Kinvey.SDK_VERSION = '0.9.6';

/**
* Returns current user, or null if not set.
Expand Down Expand Up @@ -758,7 +758,7 @@
// Build device information.
// Example: "linux chrome 18 0".
return [
navigator.platform,
window.cordova ? 'phonegap' : navigator.platform,
browser[1] || navigator.appName,
browser[2] || 0,
0 // always set device ID to 0.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Kinvey, Inc <support@kinvey.com> (http://www.kinvey.com)",
"name": "kinvey",
"description": "Kinvey JavaScript Library for Node.js.",
"version": "0.9.5",
"version": "0.9.6",
"homepage": "http://www.kinvey.com",
"bugs": {
"email": "support@kinvey.com"
Expand Down

0 comments on commit e217096

Please sign in to comment.