From 226cabc2124003f57dd66a13ffa03641a8cc4133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Gj=C3=B8rup?= Date: Mon, 29 May 2017 11:03:11 +0200 Subject: [PATCH] Version 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f89d419..fea775e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@funkia/hareactive", - "version": "0.0.31", + "version": "0.1.0", "description": "Experimental FRP library for building web applications.", "main": "dist/index.js", "module": "dist/es/index.js",