From a8024768489936237eb4af33d85f870cc0803501 Mon Sep 17 00:00:00 2001 From: taylorhakes Date: Wed, 6 Jan 2016 23:19:30 -0500 Subject: [PATCH] Fixed painless case insensitive issue --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 735c70f..4ce1b25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fecha", - "version": "1.2.1", + "version": "1.2.2", "description": "Date formatting and parsing", "main": "fecha.js", "scripts": { @@ -28,6 +28,6 @@ "gulp": "^3.8.10", "gulp-rename": "^1.2.0", "gulp-uglify": "^1.0.2", - "painless": "^0.2.2" + "painless": "^0.2.3" } }