Skip to content

Commit

Permalink
version bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Aug 12, 2013
1 parent 3aed8a6 commit ab09f21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description" : "Make your Backbone.js apps dance with a composite application architecture!",
"url" : "http://marionettejs.org",
"main" : "./lib/backbone.marionette.js",
"version" : "1.0.4",
"version" : "1.1.0",

"keywords" : [
"backbone",
Expand Down
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": "Make your Backbone.js apps dance!",
"version": "1.0.4",
"version": "1.1.0",
"homepage": "https://github.com/marionettejs/backbone.marionette",
"main": "lib/core/amd/backbone.marionette.js",
"keywords": [
Expand Down
5 changes: 5 additions & 0 deletions upgradeGuide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Upgrade to v1.1.0

v1.1.0 adds a few new features, but should not break any existing API or
behavior. It should, therefore, be a drop-in replacement for v1.0.x

## Upgrade to v1.0.0

In addition to the following notes, please see previous upgrade guide entries and the
Expand Down

0 comments on commit ab09f21

Please sign in to comment.