From f1496e45aac046e486c50d3ddbe53366c561bd44 Mon Sep 17 00:00:00 2001 From: owenmead Date: Wed, 4 Feb 2015 13:24:44 -0800 Subject: [PATCH] Version bump with min/max guard code fix --- CHANGELOG.md | 4 ++++ bower.json | 2 +- component.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50bcbf7..e6364cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.3.0.1 - Time + +- Fix introduced bug when fixing #7. Add needed guard code. + ## 1.3.0 - Time - Fix #6 Time selector positioning defect in Firefox diff --git a/bower.json b/bower.json index bed198dd..0aaf8478 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pikaday-time", - "version": "1.3.0", + "version": "1.3.0.1", "description": "Time support added to pikaday", "keywords": [ "datepicker", diff --git a/component.json b/component.json index c3d95dd7..0dfcf953 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "pikaday-time", "repo": "dbushell/Pikaday", "description": "Time support added to pikaday", - "version": "1.3.0", + "version": "1.3.0.1", "keywords": [ "datepicker", "calendar", diff --git a/package.json b/package.json index 9a9a336e..936c4a30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pikaday-time", - "version": "1.3.0", + "version": "1.3.0.1", "description": "Time support added to pikaday", "keywords": [ "datepicker",