Skip to content

Commit

Permalink
1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sgress454 committed Apr 6, 2017
1 parent 0727485 commit 375f154
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dependencies/socket.io-client.version-info.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// socket.io-client version 1.7.1
// socket.io-client version 1.7.3
// https://github.com/socketio/socket.io-client
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sails.io.js-dist",
"version": "1.1.9",
"version": "1.1.10",
"description": "Distribution version of sails.io.js for browsers, including bundled socket.io-client.",
"main": "sails.io.js",
"repository": {
Expand Down
24 changes: 18 additions & 6 deletions dist/sails.io.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sails.io.js",
"version": "1.1.9",
"version": "1.1.10",
"description": "Javascript SDK for communicating w/ a Sails server via WebSockets/socket.io.",
"main": "sails.io.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion sails.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
* @type {Dictionary}
*/
var SDK_INFO = {
version: '1.1.9', // <-- pulled automatically from package.json, do not change!
version: '1.1.10', // <-- pulled automatically from package.json, do not change!
language: 'javascript',
platform: (function (){
if (typeof module === 'object' && typeof module.exports !== 'undefined') {
Expand Down

0 comments on commit 375f154

Please sign in to comment.