From 0fd9a62515c3fd3c43df4b1373ee563b3c4740c5 Mon Sep 17 00:00:00 2001 From: Jason Green Date: Wed, 8 Jul 2015 09:56:15 +0100 Subject: [PATCH] bump milo-core --- bower.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",