diff --git a/DateTimePicker.jquery.json b/DateTimePicker.jquery.json index 93782ee..7eaa7c2 100755 --- a/DateTimePicker.jquery.json +++ b/DateTimePicker.jquery.json @@ -29,7 +29,7 @@ "docs": "http://curioussolutions.github.io/DateTimePicker/", - "version": "0.1.32", + "version": "0.1.33", "licenses": [ { diff --git a/Gruntfile.js b/Gruntfile.js index 55443d7..5439d70 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -56,7 +56,10 @@ module.exports = function(grunt) { options: { - banner: sBanner + banner: sBanner, + compress: { + drop_console: true + } }, build: { diff --git a/bower.json b/bower.json index 1427438..170a299 100644 --- a/bower.json +++ b/bower.json @@ -15,11 +15,11 @@ "input" ], - "version": "0.1.32", + "version": "0.1.33", "homepage": "http://curioussolutions.github.io/DateTimePicker/", - "main": ["dist/DateTimePicker.js", "dist/DateTimePicker.css"], + "main": ["dist/DateTimePicker.min.js", "dist/DateTimePicker.min.css"], "authors": [ {"name": "nehakadam"} diff --git a/demo/BasicDatePicker.htm b/demo/BasicDatePicker.htm index 8aa425d..bd8f793 100644 --- a/demo/BasicDatePicker.htm +++ b/demo/BasicDatePicker.htm @@ -8,8 +8,9 @@ - - + + +