Skip to content

Commit

Permalink
Release v0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaguo committed Dec 10, 2015
1 parent 02454bb commit 27d46ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add a `<script>` to your `index.html`:

Or use [cdnjs](https://cdnjs.com/libraries/angular-poller) files:
```html
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular-poller/0.4.1/angular-poller.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular-poller/0.4.2/angular-poller.js"></script>
```

## Quick configuration
Expand Down
2 changes: 1 addition & 1 deletion angular-poller.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Angular poller service. It uses a timer and sends requests every few seconds
* to keep the client synced with the server.
*
* @version v0.4.1
* @version v0.4.2
* @link http://github.com/emmaguo/angular-poller
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion angular-poller.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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-poller",
"description": "Lightweight AngularJS poller service",
"license": "MIT",
"version": "0.4.1",
"version": "0.4.2",
"main": "angular-poller.js",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 27d46ed

Please sign in to comment.