From 5bf2a0fb5f319c366f84438a89be61f4d584a7dc Mon Sep 17 00:00:00 2001 From: Edson Hilios Date: Tue, 3 Jun 2014 15:14:38 -0300 Subject: [PATCH] Bump up version to 2.0.4 --- README.md | 13 +++++++++---- bower.json | 4 ++-- countdown.jquery.json | 6 +++--- dist/jquery.countdown.js | 2 +- dist/jquery.countdown.min.js | 2 +- package.json | 2 +- 6 files changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5233f9e..ec89764 100644 --- a/README.md +++ b/README.md @@ -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 #### @@ -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. @@ -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? #### diff --git a/bower.json b/bower.json index 194039e..c64a2b0 100644 --- a/bower.json +++ b/bower.json @@ -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", @@ -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": [ diff --git a/countdown.jquery.json b/countdown.jquery.json index 3915303..e7454fe 100644 --- a/countdown.jquery.json +++ b/countdown.jquery.json @@ -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": [ @@ -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": { diff --git a/dist/jquery.countdown.js b/dist/jquery.countdown.js index d58f32b..dfa0155 100644 --- a/dist/jquery.countdown.js +++ b/dist/jquery.countdown.js @@ -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 diff --git a/dist/jquery.countdown.min.js b/dist/jquery.countdown.min.js index f63aeec..69ac42a 100644 --- a/dist/jquery.countdown.min.js +++ b/dist/jquery.countdown.min.js @@ -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 diff --git a/package.json b/package.json index a3d4ffd..05c77cf 100644 --- a/package.json +++ b/package.json @@ -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/",