Skip to content

Commit

Permalink
Prepare for 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Jan 23, 2022
1 parent d095c4a commit d69c845
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit d69c845

Please # to comment.