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

Commit

Permalink
Bumped version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uzikilon committed Apr 18, 2015
1 parent 503cc0a commit 365ebf3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The [annotated source code](<http://uzikilon.github.com/backbone-poller/>) is av

### Downloads (Right-click, and use "Save As")

- [Development Version](<https://raw.github.com/uzikilon/backbone-poller/1.0.0/backbone.poller.js>) 4.6kb, Uncompressed with Comments
- [Production Version](<https://raw.github.com/uzikilon/backbone-poller/1.0.0/backbone.poller.min.js>) 1.8kb, Minified and Gzipped
- [Development Version](<https://raw.github.com/uzikilon/backbone-poller/1.0.1/backbone.poller.js>) 4.6kb, Uncompressed with Comments
- [Production Version](<https://raw.github.com/uzikilon/backbone-poller/1.0.1/backbone.poller.min.js>) 1.8kb, Minified and Gzipped

----

Expand Down Expand Up @@ -158,6 +158,11 @@ Backbone.Poller.reset();
## Change Log
### 1.0.1
April 18, 2014 - [Diff](https://github.com/uzikilon/backbone-poller/compare/1.0.0...1.0.1)
- Set the delayed parameter to be a number (as well as a boolean)
### 1.0.0
April 9, 2015 - [Diff](https://github.com/uzikilon/backbone-poller/compare/0.3.0...1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion backbone.poller.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
(c) 2012 Uzi Kilon, Splunk Inc.
Backbone Poller 1.0.0
Backbone Poller 1.0.1
https://github.com/uzikilon/backbone-poller
Backbone Poller may be freely distributed under the MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion backbone.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-poller",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/uzikilon/backbone-poller",
"description": "Backbone poller is a simple utility that allows polling on any backbone model or collection.",
"main": "backbone.poller.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Uzi Kilon",
"name": "backbone-poller",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/uzikilon/backbone-poller",
"repository": {
"type": "git",
Expand Down

0 comments on commit 365ebf3

Please sign in to comment.