Skip to content

Commit

Permalink
Version 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Feb 24, 2016
1 parent bba4e8f commit d29a43e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions dist/underscore.string.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Underscore.string is freely distributable under the terms of the MIT license.
* Documentation: https://github.com/epeli/underscore.string
* Some code is borrowed from MooTools and Alexandru Marasteanu.
* Version '3.3.0'
* Version '3.3.2'
* @preserve
*/

Expand Down Expand Up @@ -314,7 +314,7 @@ module.exports = function include(str, needle) {
* Underscore.string is freely distributable under the terms of the MIT license.
* Documentation: https://github.com/epeli/underscore.string
* Some code is borrowed from MooTools and Alexandru Marasteanu.
* Version '3.3.0'
* Version '3.3.2'
* @preserve
*/

Expand All @@ -326,7 +326,7 @@ function s(value) {
this._wrapped = value;
}

s.VERSION = '3.3.0';
s.VERSION = '3.3.2';

s.isBlank = require('./isBlank');
s.stripTags = require('./stripTags');
Expand Down
6 changes: 3 additions & 3 deletions dist/underscore.string.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Underscore.string is freely distributable under the terms of the MIT license.
* Documentation: https://github.com/epeli/underscore.string
* Some code is borrowed from MooTools and Alexandru Marasteanu.
* Version '3.3.0'
* Version '3.3.2'
* @preserve
*/

Expand All @@ -16,7 +16,7 @@ function s(value) {
this._wrapped = value;
}

s.VERSION = '3.3.0';
s.VERSION = '3.3.2';

s.isBlank = require('./isBlank');
s.stripTags = require('./stripTags');
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Package.describe({
name: 'underscorestring:underscore.string',
summary: 'underscore.string (official): String manipulation extensions for Underscore.js javascript library.',
version: '3.3.0',
version: '3.3.2',
git: 'https://github.com/epeli/underscore.string.git',
documentation: 'README.markdown'
});
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.1",
"version": "3.3.2",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
Expand Down

0 comments on commit d29a43e

Please sign in to comment.