diff --git a/bower.json b/bower.json index 27c62a9..94a3eb1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "milojs", - "version": "0.2.6", + "version": "0.2.7", "homepage": "https://github.com/milojs/milo", "authors": [ "MOL Technical " diff --git a/package.json b/package.json index 063a2e4..4136d45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "milojs", - "version": "0.2.6", + "version": "0.2.7", "description": "Browser/nodejs reactive programming and data driven DOM manipulation with modular components.", "keywords": [ "framework", @@ -31,7 +31,7 @@ }, "dependencies": { "base32": "git://github.com/milojs/base32-js", - "milo-core": "^0.1.18" + "milo-core": "^0.1.19" }, "devDependencies": { "async": "~0.2.9",