Skip to content

Commit

Permalink
Released 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan committed Jan 17, 2017
1 parent 432b2fc commit a6be35f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-wamp",
"version": "0.3.2",
"version": "0.3.3",
"main": "./release/angular-wamp.js",
"authors": [
"David Dan <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-wamp",
"description": "Angular library for Autobahn.js (WAMP v2)",
"version": "0.3.2",
"version": "0.3.3",
"author": "David Dan <[email protected]>",
"homepage": "https://github.com/voryx/angular-wamp",
"repository": {
Expand Down
3 changes: 3 additions & 0 deletions release/angular-wamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ if (typeof module !== "undefined" && typeof exports !== "undefined" && module.ex
subscription = angular.extend(s, subscription);
deferred.resolve(subscription);
return s;
},
function (err) {
deferred.reject(err);
}
);
if (subscribedCallback) {
Expand Down
2 changes: 1 addition & 1 deletion release/angular-wamp.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6be35f

Please sign in to comment.