diff --git a/bower.json b/bower.json index 18662cf..f73190a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "underscore.string", - "version": "3.3.5", + "version": "3.3.6", "description": "String manipulation extensions for Underscore.js javascript library.", "homepage": "http://epeli.github.com/underscore.string/", "contributors": [ diff --git a/component.json b/component.json index 5df3049..9c7093b 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "underscore.string", "repo": "epeli/underscore.string", "description": "String manipulation extensions for Underscore.js javascript library", - "version": "3.3.5", + "version": "3.3.6", "keywords": [ "underscore", "string" diff --git a/index.js b/index.js index 77264ac..1e09f7b 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ function s(value) { this._wrapped = value; } -s.VERSION = '3.3.5'; +s.VERSION = '3.3.6'; s.isBlank = require('./isBlank'); s.stripTags = require('./stripTags'); diff --git a/package.json b/package.json index 7af0a70..184d9d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "underscore.string", - "version": "3.3.5", + "version": "3.3.6", "description": "String manipulation extensions for Underscore.js javascript library.", "homepage": "http://epeli.github.com/underscore.string/", "contributors": [