Skip to content

Commit

Permalink
Bump to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kemar committed Dec 23, 2016
1 parent 7c32c43 commit dafe92c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ $ npm install jquery.countdown
Or include this script after jQuery.

```html
<script src='jquery.js'></script>
<script src='jquery.countdown.js'></script>
<script src="jquery.js"></script>
<script src="jquery.countdown.js"></script>
```


Expand Down
2 changes: 1 addition & 1 deletion jquery.countdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jQuery Countdown - v1.2.5
* jQuery Countdown - v1.2.6
* http://github.com/kemar/jquery.countdown
* Licensed MIT
*/
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": "jquery.countdown",
"version": "1.2.5",
"version": "1.2.6",
"description": "Unobtrusive and easily skinable countdown jQuery plugin generating a <time> tag.",
"main": "jquery.countdown.js",
"directories": {
Expand Down

0 comments on commit dafe92c

Please sign in to comment.