Skip to content

Commit

Permalink
Pushed new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Burkalev authored and Konstantin Burkalev committed Mar 9, 2015
1 parent 05ba0c6 commit d61b424
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = function(grunt) {
module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Wampy.js",
"version": "1.0.5",
"version": "1.0.6",
"homepage": "https://github.com/KSDaemon/wampy.js",
"authors": [
"Konstantin Burkalev <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion build/wampy-all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/wampy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/wampy.min.js.map

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": "wampy",
"version": "1.0.5",
"version": "1.0.6",
"description": "Simple WAMP (WebSocket Application Messaging Protocol) Javascript client-side implementation",
"author": "Konstantin Burkalev <[email protected]> (http://ksdaemon.ru)",
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions src/wampy.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
INVOCATION: 68,
INTERRUPT: 69,
YIELD: 70
};
},

var WAMP_ERROR_MSG = {
WAMP_ERROR_MSG = {
SUCCESS: {
code: 0,
description: 'Success!'
Expand Down Expand Up @@ -189,7 +189,7 @@
* @type {string}
* @private
*/
this.version = 'v1.0.5';
this.version = 'v1.0.6';

/**
* WS Url
Expand Down

0 comments on commit d61b424

Please sign in to comment.