Skip to content

Commit

Permalink
Release version 1.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Conner <thomas.conner@me.com>
  • Loading branch information
thomasconner committed Jul 16, 2015
1 parent 37ba121 commit a49c6b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kinvey.js
Expand Up @@ -123,7 +123,7 @@
* @type {string}
* @default
*/
Kinvey.SDK_VERSION = '1.4.2';
Kinvey.SDK_VERSION = '1.4.3';

// Properties.
// -----------
Expand Down Expand Up @@ -392,7 +392,7 @@
// Initialize the synchronization namespace and restore the active user.
return Kinvey.Sync.init(options.sync);
}).then(function() {
log('Kinvey initialized, running version: js-nodejs/1.4.2');
log('Kinvey initialized, running version: js-nodejs/1.4.3');
return restoreActiveUser(options);
});

Expand Down Expand Up @@ -1770,7 +1770,7 @@
}

// Return the device information string.
var parts = ['js-nodejs/1.4.2'];
var parts = ['js-nodejs/1.4.3'];
if(0 !== libraries.length) { // Add external library information.
parts.push('(' + libraries.sort().join(', ') + ')');
}
Expand Down

0 comments on commit a49c6b5

Please sign in to comment.