Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
eclifford committed Nov 14, 2013
1 parent 7b4b9f3 commit dc7faae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bronsonjs",
"version": "2.0.6",
"version": "2.0.7",
"description": "AMD module framework for building large scale javascript applications",
"homepage": "https://github.com/eclifford/bronson",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion bronson.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
};

extend(Bronson, {
version: '2.0.5',
version: '2.0.7',

settings: {
autoload: true,
Expand Down
2 changes: 1 addition & 1 deletion bronson.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,6 +1,6 @@
{
"name": "bronsonjs",
"version": "2.0.5",
"version": "2.0.7",
"description": "AMD module framework for building large scale javascript applications",
"main": "bronson.js",
"directories": {
Expand Down

0 comments on commit dc7faae

Please sign in to comment.