Skip to content

Commit

Permalink
Bump to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
creynders committed Sep 14, 2014
1 parent e5bf09c commit f5b6ae6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions backbone.geppetto.js
@@ -1,4 +1,4 @@
// backbone.geppetto 0.7.0
// backbone.geppetto 0.7.1
//
// Copyright (C) 2013 Dave Cadwallader, Model N, Inc.
// Distributed under the MIT License
Expand Down Expand Up @@ -74,7 +74,7 @@

var Geppetto = {};

Geppetto.version = '0.7.0';
Geppetto.version = '0.7.1';

Geppetto.EVENT_CONTEXT_SHUTDOWN = "Geppetto:contextShutdown";

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "backbone.geppetto",
"description": "Bring your Backbone applications to life with an event-driven Command framework.",
"homepage": "https://github.com/ModelN/backbone.geppetto",
"version": "0.7.0",
"version": "0.7.1",
"main": "backbone.geppetto.js",
"keywords": [
"backbone",
Expand Down
2 changes: 1 addition & 1 deletion dist/backbone.geppetto.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
@@ -1,7 +1,7 @@
{
"name": "backbone.geppetto",
"description": "Bring your Backbone applications to life with an event-driven Command framework.",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "https://github.com/ModelN/backbone.geppetto",
"author": {
"name": "Dave Cadwallader",
Expand Down
2 changes: 1 addition & 1 deletion version.json
@@ -1,3 +1,3 @@
{
"version": "0.7.0"
"version": "0.7.1"
}

0 comments on commit f5b6ae6

Please sign in to comment.