From fcbd6bdf9ff39712e9555469dce92bd5718029f5 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Tue, 21 Feb 2017 22:15:47 +0900 Subject: [PATCH] 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 070701c20..315b9b902 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperapp", "description": "1kb JavaScript library for building frontend applications.", - "version": "0.4.2", + "version": "0.5.0", "main": "dist/hyperapp.js", "jsnext:main": "src/index.js", "module": "src/index.js",