Skip to content

Commit

Permalink
Version 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Jan 23, 2022
1 parent a1bc91a commit 6a65c38
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/underscore.string.js
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.5'
* Version '3.3.6'
* @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.5'
* Version '3.3.6'
* @preserve
*/

Expand All @@ -326,7 +326,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
6 changes: 3 additions & 3 deletions dist/underscore.string.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
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.5'
* Version '3.3.6'
* @preserve
*/

Expand Down
2 changes: 1 addition & 1 deletion package.js
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.5',
version: '3.3.6',
git: 'https://github.com/epeli/underscore.string.git',
documentation: 'README.markdown'
});
Expand Down

0 comments on commit 6a65c38

Please sign in to comment.