Skip to content

Commit

Permalink
bump 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hermann committed Jun 5, 2015
1 parent bb9b62e commit ea91a44
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Changelog

### 3.1.1

* Add coverage folder to npmignore
* [Full changelog](https://github.com/epeli/underscore.string/compare/3.1.0...3.1.1)

### 3.1.0

* Meteor integration [baeb0da](https://github.com/epeli/underscore.string/commit/baeb0da0053549e5346184630a7e0c5007b8be4f)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "underscore.string",
"version": "3.1.0",
"version": "3.1.1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "underscore.string",
"repo": "epeli/underscore.string",
"description": "String manipulation extensions for Underscore.js javascript library",
"version": "3.1.0",
"version": "3.1.1",
"keywords": [
"underscore",
"string"
Expand Down
4 changes: 2 additions & 2 deletions dist/underscore.string.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module.exports = function() {
// 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.1.0'
// Version '3.1.1'

'use strict';

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

s.VERSION = '3.1.0';
s.VERSION = '3.1.1';

s.isBlank = _dereq_('./isBlank');
s.stripTags = _dereq_('./stripTags');
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -3,7 +3,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.1.0'
// Version '3.1.1'

'use strict';

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

s.VERSION = '3.1.0';
s.VERSION = '3.1.1';

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.1.0',
version: '3.1.1',
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.1.0",
"version": "3.1.1",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
Expand Down

0 comments on commit ea91a44

Please sign in to comment.