From ea04d8cfb14259f3574bf8aa076fd50fac0a6ac9 Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Sun, 10 Apr 2016 22:56:22 +0800 Subject: [PATCH] Change version to v0.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e87303a..73bba10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "infinite-tree", - "version": "0.8.0", + "version": "0.8.1", "description": "A browser-ready tree library that can efficiently display a large tree with smooth scrolling.", "homepage": "https://github.com/cheton/infinite-tree", "main": "lib/index.js",