Skip to content

Commit a802476

Browse files
author
taylorhakes
committed
Fixed painless case insensitive issue
1 parent 7cf7b5e commit a802476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fecha",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Date formatting and parsing",
55
"main": "fecha.js",
66
"scripts": {
@@ -28,6 +28,6 @@
2828
"gulp": "^3.8.10",
2929
"gulp-rename": "^1.2.0",
3030
"gulp-uglify": "^1.0.2",
31-
"painless": "^0.2.2"
31+
"painless": "^0.2.3"
3232
}
3333
}

0 commit comments

Comments
 (0)