From ad2c48dbf2d06b68bec31515c28c3046ac5363da Mon Sep 17 00:00:00 2001 From: rajeshwarpatlolla Date: Sat, 3 Sep 2016 11:54:37 +0530 Subject: [PATCH] new version 1.2.1 --- README.md | 8 ++++++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b99621e..3b59f130 100755 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Your config method may look like this if you wish to setup the configuration. Bu showTodayButton: true, dateFormat: 'dd MMMM yyyy', closeOnSelect: false, - disableWeekdays: [6] + disableWeekdays: [] }; ionicDatePickerProvider.configDatePicker(datePickerObj); }) @@ -103,7 +103,7 @@ The properties you can configure are as follows. new Date(), new Date(2016, 7, 10), //Months are 0-based, this is August, 10th. new Date('Wednesday, August 12, 2015'), //Works with any valid Date formats like long format - new Date("08-14-2015"), //Short format + new Date("08-14-2016"), //Short format new Date(1439676000000) //UNIX format ]; ```` @@ -348,6 +348,10 @@ Lots of bug fixes. Lots of PR's merged. CSS changes for popup, so that all the dates of all the months fits in the specified height. +### 16) v1.2.1 + +Version modified to match with the current release version. + ##License: [MIT](https://github.com/rajeshwarpatlolla/ionic-datepicker/blob/master/LICENSE.MD "MIT") diff --git a/bower.json b/bower.json index c64d91a1..ba1cc5e4 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ionic-datepicker", - "version": "1.1.0", + "version": "1.2.1", "authors": [ "rajeshwarpatlolla " ], diff --git a/package.json b/package.json index 05941a03..d4a26c48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-datepicker", - "version": "1.1.0", + "version": "1.2.1", "description": "A date picker for ionic framework", "main": "./dist/ionic-datepicker.bundle.min.js", "scripts": {},