Skip to content

Commit

Permalink
bump version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoniangreen committed Mar 4, 2015
1 parent 9ab4263 commit ccaa89b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "milojs",
"version": "0.2.5",
"version": "0.2.6",
"homepage": "https://github.com/milojs/milo",
"authors": [
"MOL Technical <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion lib/milo.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _.extend(milo, {
Component: require('./components/c_class'),
Command: require('./command'),
registry: require('./registry'),
milo_version: '0.2.5',
milo_version: '0.2.6',
createComponentClass: require('./util/create_component_class'),
destroy: destroy
});
Expand Down
4 changes: 2 additions & 2 deletions milo.bundle.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,6 +1,6 @@
{
"name": "milojs",
"version": "0.2.5",
"version": "0.2.6",
"description": "Browser/nodejs reactive programming and data driven DOM manipulation with modular components.",
"keywords": [
"framework",
Expand Down

0 comments on commit ccaa89b

Please sign in to comment.