Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beevelop committed Jan 25, 2017
1 parent 9402bbe commit 9cc9b5b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 20 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-stomp",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "https://github.com/beevelop/ng-stomp",
"authors": [
"Maik Hummel <m@ikhummel.com>"
Expand Down
6 changes: 2 additions & 4 deletions dist/ng-stomp.min.js

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

17 changes: 4 additions & 13 deletions dist/ng-stomp.standalone.min.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": "ng-stomp",
"version": "0.3.0",
"version": "0.4.0",
"description": "STOMP for AngularJS",
"main": "src/ng-stomp.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/ng-stomp.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* ngStomp
*
* @version 0.3.0
* @version 0.4.0
* @author Maik Hummel <m@ikhummel.com>
* @license MIT
*/
Expand Down

0 comments on commit 9cc9b5b

Please sign in to comment.