Skip to content

Commit

Permalink
updated milo-core
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 4, 2015
1 parent dcc4fb9 commit 00b3857
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "milo",
"version": "0.2.2",
"version": "0.2.3",
"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.2',
milo_version: '0.2.3',
createComponentClass: require('./util/create_component_class'),
destroy: destroy
});
Expand Down
9 changes: 6 additions & 3 deletions milo.bundle.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions milo.bundle.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions milo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion milo.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mol-milo",
"version": "0.2.2",
"version": "0.2.3",
"description": "Browser/nodejs reactive programming and data driven DOM manipulation with modular components.",
"keywords": [
"framework",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"base32": "milojs/base32-js",
"milo-core": "^0.1.14"
"milo-core": "^0.1.15"
},
"devDependencies": {
"async": "~0.2.9",
Expand Down

0 comments on commit 00b3857

Please sign in to comment.