Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 4, 2014
1 parent bafb723 commit 167541d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion angular-ws.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Angular ws v1.0.0 | (c) 2014 Greg Bergé | License MIT */
/*! Angular ws v1.0.1 | (c) 2014 Greg Bergé | License MIT */

angular
.module('ws', [])
Expand Down
4 changes: 2 additions & 2 deletions angular-ws.min.js

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

2 changes: 1 addition & 1 deletion angular-ws.min.js.map

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

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ws",
"version": "1.0.0",
"version": "1.0.1",
"description": "WebSocket service for Angular.js.",
"homepage": "https://github.com/neoziro/angular-ws",
"authors": [
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": "angular-ws",
"version": "1.0.0",
"version": "1.0.1",
"description": "WebSocket service for Angular.js.",
"main": "angular-ws.js",
"scripts": {
Expand Down

0 comments on commit 167541d

Please sign in to comment.