Skip to content

Commit

Permalink
Bump and build 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout committed Apr 21, 2019
1 parent a57d79b commit 5090557
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "backbone.marionette",
"description": "The Backbone Framework",
"homepage": "https://marionettejs.com/",
"version": "4.1.1",
"version": "4.1.2",
"main": "./lib/backbone.marionette.js",
"license": "MIT",
"keywords": [
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v4.1.2 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v4.1.1...v4.1.2)

#### Fixes
* Error in the build's version number.

### v4.1.1 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v4.1.0...v4.1.1)

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/backbone.marionette.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Backbone from 'backbone';
import _ from 'underscore';
import Radio from 'backbone.radio';

var version = "4.1.0";
var version = "4.1.2";

//Internal utility for creating context style global utils
var proxy = function proxy(method) {
Expand Down
4 changes: 2 additions & 2 deletions lib/backbone.marionette.js

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.marionette.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbone.marionette",
"description": "The Backbone Framework",
"version": "4.1.1",
"version": "4.1.2",
"homepage": "https://marionettejs.com/",
"browser": "lib/backbone.marionette.js",
"main": "lib/backbone.marionette.js",
Expand Down

0 comments on commit 5090557

Please sign in to comment.