Skip to content

Commit d69c845

Browse files
committed
Prepare for 3.3.6
1 parent d095c4a commit d69c845

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "underscore.string",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "String manipulation extensions for Underscore.js javascript library.",
55
"homepage": "http://epeli.github.com/underscore.string/",
66
"contributors": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "underscore.string",
33
"repo": "epeli/underscore.string",
44
"description": "String manipulation extensions for Underscore.js javascript library",
5-
"version": "3.3.5",
5+
"version": "3.3.6",
66
"keywords": [
77
"underscore",
88
"string"

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function s(value) {
1616
this._wrapped = value;
1717
}
1818

19-
s.VERSION = '3.3.5';
19+
s.VERSION = '3.3.6';
2020

2121
s.isBlank = require('./isBlank');
2222
s.stripTags = require('./stripTags');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "underscore.string",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "String manipulation extensions for Underscore.js javascript library.",
55
"homepage": "http://epeli.github.com/underscore.string/",
66
"contributors": [

0 commit comments

Comments
 (0)