Skip to content

Commit 6cd50d1

Browse files
hi-artemesamattis
authored andcommitted
Bump version in manifests to current
1 parent acb31a6 commit 6cd50d1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.4",
3+
"version": "3.3.5",
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.4",
5+
"version": "3.3.5",
66
"keywords": [
77
"underscore",
88
"string"

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Underscore.string is freely distributable under the terms of the MIT license.
55
* Documentation: https://github.com/epeli/underscore.string
66
* Some code is borrowed from MooTools and Alexandru Marasteanu.
7-
* Version '3.3.4'
7+
* Version '3.3.5'
88
* @preserve
99
*/
1010

@@ -16,7 +16,7 @@ function s(value) {
1616
this._wrapped = value;
1717
}
1818

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

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

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Package.describe({
44
name: 'underscorestring:underscore.string',
55
summary: 'underscore.string (official): String manipulation extensions for Underscore.js javascript library.',
6-
version: '3.3.4',
6+
version: '3.3.5',
77
git: 'https://github.com/epeli/underscore.string.git',
88
documentation: 'README.markdown'
99
});

0 commit comments

Comments
 (0)