From 51c85fe545400628273f3363caf45c26e20bdddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20G=C3=BCnd=C3=BCz?= Date: Sun, 2 Jan 2022 17:34:37 +0300 Subject: [PATCH] 1.0.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7683c09..ef13420 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-drawline", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@babel/core": "^7.16.7", diff --git a/package.json b/package.json index 1cf18d0..3fb8042 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-drawline", - "version": "1.0.3", + "version": "1.0.4", "description": "You can draw lines between your react components and connect them. This visual line can be either linear or in the shape of L.", "main": "dist/index.js", "module": "dist/index.es.js",