Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sgress454 committed Dec 9, 2016
1 parent 8047bf7 commit 300b18c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.3",
"version": "1.1.4",
"description": "Distribution version of sails.io.js for browsers, including bundled socket.io-client.",
"main": "sails.io.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions dist/sails.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ this.area.value=a.replace(i,"\\n");try{this.form.submit()}catch(l){}this.iframe.

/**
* sails.io.js
* v1.1.3
* v1.1.4
* ------------------------------------------------------------------------
* JavaScript Client (SDK) for communicating with Sails.
*
Expand Down Expand Up @@ -136,7 +136,7 @@ this.area.value=a.replace(i,"\\n");try{this.form.submit()}catch(l){}this.iframe.
* @type {Dictionary}
*/
var SDK_INFO = {
version: '1.1.3', // <-- pulled automatically from package.json, do not change!
version: '1.1.4', // <-- pulled automatically from package.json, do not change!
language: 'javascript',
platform: (function (){
if (typeof module === 'object' && typeof module.exports !== 'undefined') {
Expand Down
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.3",
"version": "1.1.4",
"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 @@ -118,7 +118,7 @@
* @type {Dictionary}
*/
var SDK_INFO = {
version: '1.1.3', // <-- pulled automatically from package.json, do not change!
version: '1.1.4', // <-- 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 300b18c

Please sign in to comment.