Skip to content

Commit

Permalink
Version 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Feb 24, 2016
1 parent 1ad43b7 commit 47eef95
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
@@ -1,7 +1,7 @@

# Changelog

### 3.3.1
### 3.3.1 / 3.3.2 / 3.3.3
* fix release script

### 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "underscore.string",
"version": "3.3.2",
"version": "3.3.3",
"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
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.2",
"version": "3.3.3",
"keywords": [
"underscore",
"string"
Expand Down
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.2'
* Version '3.3.3'
* @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.2'
* Version '3.3.3'
* @preserve
*/

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

s.VERSION = '3.3.2';
s.VERSION = '3.3.3';

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
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.2'
* Version '3.3.3'
* @preserve
*/

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

s.VERSION = '3.3.2';
s.VERSION = '3.3.3';

s.isBlank = require('./isBlank');
s.stripTags = require('./stripTags');
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.2',
version: '3.3.3',
git: 'https://github.com/epeli/underscore.string.git',
documentation: 'README.markdown'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "underscore.string",
"version": "3.3.2",
"version": "3.3.3",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
Expand Down

0 comments on commit 47eef95

Please sign in to comment.