Skip to content

Commit

Permalink
bump version to v0.4.8, minified, release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Feb 20, 2012
1 parent c4e9af2 commit a85a07a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 2 additions & 2 deletions backbone.marionette.js
@@ -1,4 +1,4 @@
// Backbone.Marionette v0.4.7
// Backbone.Marionette v0.4.8
//
// Copyright (C)2011 Derick Bailey, Muted Solutions, LLC
// Distributed Under MIT License
Expand All @@ -9,7 +9,7 @@
Backbone.Marionette = (function(Backbone, _, $){
var Marionette = {};

Marionette.version = "0.4.7";
Marionette.version = "0.4.8";

// Region Manager
// --------------
Expand Down
24 changes: 12 additions & 12 deletions backbone.marionette.min.js

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

4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -1060,6 +1060,10 @@ I'm using [Docco](http://jashkenas.github.com/docco/) to generate the annotated

## Release Notes

#### v0.4.8

* Don't re-render an ItemView when the view's model "change" event is triggered

#### v0.4.7

* Allow `RegionManager` to be instantiated with an `el` specified in the options
Expand Down

0 comments on commit a85a07a

Please sign in to comment.