Skip to content

Commit a51a95e

Browse files
Update lib/underscore.string.js
1 parent 79dd658 commit a51a95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/underscore.string.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@
167167
// Defining underscore.string
168168

169169
var _s = {
170-
171-
VERSION: '1.2.0',
170+
171+
VERSION: '2.0.0',
172172

173173
isBlank: sArgs(function(str){
174174
return (/^\s*$/).test(str);

0 commit comments

Comments
 (0)