From ced67dd5ab01011f16191a2457c7d76b65f0766f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matuzal=C3=A9m=20S=2E=20Teles?= Date: Wed, 15 Nov 2017 13:24:29 -0300 Subject: [PATCH] Update version to 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c6a15a..3582228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fiber", - "version": "0.1.0", + "version": "0.2.0", "description": "The framework specialized in animated components.", "main": "build/Fiber.js", "jsnext:main": "src/Fiber.js",