From e644d0eba7d34a4df15e622f70ee41509bc0b16d Mon Sep 17 00:00:00 2001 From: Sanich Date: Sun, 25 Oct 2020 18:50:01 +0700 Subject: [PATCH] Updated version --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8c43b4..f53d27a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # relatives-tree -A tiny library (~3.21 KB gz) for calculating specific JSON data to family tree nodes and connectors. +A tiny library (~3.28 KB gz) for calculating specific JSON data to family tree nodes and connectors. 🖥 [Here is a demo](https://sanichkotikov.github.io/react-family-tree-example/) app with React rendering. diff --git a/package-lock.json b/package-lock.json index 2d20b68..bf1c62e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "relatives-tree", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6db6cec..11f34a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "relatives-tree", - "version": "2.0.2", + "version": "2.1.0", "description": "Calculates families and nodes positions for rendering a family tree", "main": "lib/index.js", "module": "lib/index.js",