Skip to content

Commit

Permalink
Bump up version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Edson Hilios committed Jun 3, 2014
1 parent 16f9f0c commit 5bf2a0f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[The Final Countdown](http://hilios.github.io/jQuery.countdown/) [![Build Status](https://travis-ci.org/hilios/jQuery.countdown.png)](https://travis-ci.org/hilios/jQuery.countdown)
[The Final Countdown](http://hilios.github.io/jQuery.countdown/) [![Build Status](https://travis-ci.org/hilios/jQuery.countdown.svg)](https://travis-ci.org/hilios/jQuery.countdown)
=====================

#### A simple and html agnostic date countdown plugin for jQuery ####
Expand All @@ -7,9 +7,9 @@ To get started, check-it out: http://hilios.github.io/jQuery.countdown/

The ultimate countdown plugin designed to fit in any coupon, auction site or product launch. Read our [Documentation](http://hilios.github.io/jQuery.countdown/documentation.html) and follow our [Examples](http://hilios.github.io/jQuery.countdown/examples.html) to see what suits your particular needs.

#### [Download](https://github.com/hilios/jQuery.countdown/releases/download/2.0.2/jquery.countdown-2.0.2.zip) ####
#### [Download](https://github.com/hilios/jQuery.countdown/releases/download/2.0.4/jquery.countdown-2.0.4.zip) ####

[Click here to download the latest version](https://github.com/hilios/jQuery.countdown/releases/download/2.0.3/jquery.countdown-2.0.3.zip)
[Click here to download the latest version](https://github.com/hilios/jQuery.countdown/releases/download/2.0.4/jquery.countdown-2.0.4.zip)

If you want to clone the repo always use the files under [dist](https://github.com/hilios/jQuery.countdown/tree/master/dist) folder, they are optimized for production and development.

Expand Down Expand Up @@ -59,7 +59,12 @@ There are few ways to get started, from the most simple example to advanced, we
[Release notes](https://github.com/hilios/jQuery.countdown/releases)
---------------

Current version is **2.0.3**, to follow our change log please visit the [release notes](https://github.com/hilios/jQuery.countdown/releases).
Current version is **2.0.4**, to follow our change log please visit the [release notes](https://github.com/hilios/jQuery.countdown/releases).

#### What's new in 2.0.4? ####

* Fix bower tag
* Fix jQuery plugin tag

#### What's new in 2.0.3? ####

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.countdown",
"version": "2.0.3",
"version": "2.0.4",
"description": "jQuery plugin to display a countdown clock on your page",
"keywords": [
"countdown",
Expand All @@ -15,7 +15,7 @@
"license": [
{
"type": "MIT",
"url": "https://github.com/hilios/jQuery.countdown/blob/2.0.3/LICENSE.md"
"url": "https://github.com/hilios/jQuery.countdown/blob/2.0.4/LICENSE.md"
}
],
"main": [
Expand Down
6 changes: 3 additions & 3 deletions countdown.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countdown",
"version": "2.0.3",
"version": "2.0.4",
"title": "The Final Countdown",
"description": "jQuery plugin to display a countdown clock on your page.",
"keywords": [
Expand All @@ -19,11 +19,11 @@
"docs": "http://hilios.github.io/jQuery.countdown/documentation.html",
"demo": "http://hilios.github.io/jQuery.countdown/examples.html",
"bugs": "https://github.com/hilios/jQuery.countdown/issues",
"download": "https://github.com/hilios/jQuery.countdown/releases/download/2.0.3/jquery.countdown-2.0.3.zip",
"download": "https://github.com/hilios/jQuery.countdown/releases/download/2.0.4/jquery.countdown-2.0.4.zip",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hilios/jQuery.countdown/blob/2.0.3/LICENSE.md"
"url": "https://github.com/hilios/jQuery.countdown/blob/2.0.4/LICENSE.md"
}
],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.countdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* The Final Countdown for jQuery v2.0.3 (http://hilios.github.io/jQuery.countdown/)
* The Final Countdown for jQuery v2.0.4 (http://hilios.github.io/jQuery.countdown/)
* Copyright (c) 2014 Edson Hilios
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.countdown.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
@@ -1,6 +1,6 @@
{
"name": "countdown",
"version": "2.0.3",
"version": "2.0.4",
"description": "The Final Countdown for jQuery",
"author": "Edson Hilios",
"homepage": "http://hilios.github.io/jQuery.countdown/",
Expand Down

0 comments on commit 5bf2a0f

Please sign in to comment.