Skip to content

Commit

Permalink
Release v0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaguo committed May 10, 2016
1 parent 6753f12 commit 6795696
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.2/angular-poller.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular-poller/0.4.3/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.2
* @version v0.4.3
* @link http://github.com/emmaguo/angular-poller
* @license MIT
*
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.4.3",
"main": "angular-poller.js",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 6795696

Please sign in to comment.