From 236fe953d24d52c90680a0794e7b83441a017487 Mon Sep 17 00:00:00 2001 From: David Heidrich Date: Wed, 24 Feb 2016 17:32:12 +0100 Subject: [PATCH] feat(global-events): it's now possible to register a global event handler --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 5bb39a8..b628fe5 100644 --- a/_config.yml +++ b/_config.yml @@ -2,5 +2,5 @@ permalink: pretty exclude: ['src', 'scripts', 'assets', 'node_modules', 'bower_components', 'coverage','examples'] -version: 'v0.6.5' -downloadLink: 'https://github.com/BowlingX/marklib/archive/v.0.6.5.zip' \ No newline at end of file +version: 'v0.7.0' +downloadLink: 'https://github.com/BowlingX/marklib/archive/v.0.7.0.zip' \ No newline at end of file