Skip to content

Commit

Permalink
Bump and Build v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout authored and ahumphreys87 committed Sep 6, 2015
1 parent 52c0f8e commit 6671b87
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

### v0.1.10

* Bump version range of backbone support.

### v0.1.9

* Bump version range of backbone support.
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": "backbone.babysitter",
"version": "0.1.9",
"version": "0.1.10",
"homepage": "https://github.com/marionettejs/backbone.babysitter",
"authors": [
"Derick Bailey <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbone.babysitter",
"description": "Manage child views in a Backbone.View",
"version": "0.1.9",
"version": "0.1.10",
"repo": "marionettejs/backbone.babysitter",
"main": "lib/backbone.babysitter.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions lib/backbone.babysitter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Backbone.BabySitter
// -------------------
// v0.1.8
// v0.1.10
//
// Copyright (c)2015 Derick Bailey, Muted Solutions, LLC.
// Distributed under MIT license
Expand Down Expand Up @@ -178,7 +178,7 @@
})(Backbone, _);


Backbone.ChildViewContainer.VERSION = '0.1.8';
Backbone.ChildViewContainer.VERSION = '0.1.10';

Backbone.ChildViewContainer.noConflict = function () {
Backbone.ChildViewContainer = previousChildViewContainer;
Expand Down
2 changes: 1 addition & 1 deletion lib/backbone.babysitter.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/backbone.babysitter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbone.babysitter",
"description": "Manage child views in a Backbone.View",
"version": "0.1.9",
"version": "0.1.10",
"homepage": "https://github.com/marionettejs/backbone.babysitter",
"main": "lib/backbone.babysitter.js",
"keywords": [
Expand Down

0 comments on commit 6671b87

Please sign in to comment.