Skip to content

Commit

Permalink
Release v0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaguo committed Oct 23, 2015
1 parent 1f2a9d1 commit 6c682c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,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.3.3/angular-poller.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular-poller/0.3.4/angular-poller.js"></script>
```

## Quick configuration
Expand Down
2 changes: 1 addition & 1 deletion angular-poller.js
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.3.3
* @version v0.3.4
* @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 bower.json
@@ -1,7 +1,7 @@
{
"name": "angularpoller",
"main": "angular-poller.min.js",
"version": "0.3.3",
"version": "0.3.4",
"description": "Poller service for AngularJS",
"homepage": "https://github.com/emmaguo/angular-poller.git",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "angular-poller",
"license": "MIT",
"version": "0.3.3",
"version": "0.3.4",
"dependencies": {},
"devDependencies": {
"chai": "^3.3.0",
Expand Down

0 comments on commit 6c682c6

Please sign in to comment.