Skip to content

Commit

Permalink
Oops, forgot to bump version here
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Pravosud committed Apr 6, 2012
1 parent 9714768 commit 16b3b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/underscore.string.js
Expand Up @@ -4,7 +4,7 @@
// Documentation: https://github.com/epeli/underscore.string
// Some code is borrowed from MooTools and Alexandru Marasteanu.

// Version 2.0.0
// Version 2.1.1

(function(root){
'use strict';
Expand Down Expand Up @@ -164,7 +164,7 @@

var _s = {

VERSION: '2.0.0',
VERSION: '2.1.1',

isBlank: function(str){
return (/^\s*$/).test(str);
Expand Down

0 comments on commit 16b3b6c

Please sign in to comment.