From 13cd74aad173fbcf010a443127d32e6bee9b5201 Mon Sep 17 00:00:00 2001 From: Alex Galays Date: Tue, 12 Dec 2017 18:43:03 +0100 Subject: [PATCH] chore: Bump to 0.28.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4664825..6522cc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaiju", - "version": "0.28.0", + "version": "0.28.1", "description": "Virtual dom, observables and stateful components", "keywords": ["virtual dom", "vdom", "model", "stream", "observable", "component", "framework"], "homepage": "/~https://github.com/AlexGalays/kaiju/",