Skip to content

Commit f7ad9b6

Browse files
committed
Merge pull request esamattis#67 from MatthewMueller/patch-1
Update lib/underscore.string.js
2 parents 79dd658 + a51a95e commit f7ad9b6

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)