From a8a33e516b18d7b5872760cd7384d3f393dd7e87 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Sat, 28 Jan 2017 15:33:43 -0500 Subject: [PATCH] 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10cf4d2..bc916c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-cycle", "amdName": "preactCycle", - "version": "0.4.1", + "version": "0.5.0", "description": "Minimal functional Virtual DOM rendering using Preact.", "main": "dist/preact-cycle.js", "minified:main": "dist/preact-cycle.min.js",