From 176bd9163b2c03d06760294bcf88093cbdfb4284 Mon Sep 17 00:00:00 2001 From: Anish Roy <62830866+Anish6275@users.noreply.github.com> Date: Fri, 16 Jul 2021 14:55:30 +0530 Subject: [PATCH] readme and version --- package.json | 2 +- readme.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ffec85..61d664e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-liquidswipe", - "version": "1.0.3", + "version": "1.2.0", "description": "A react component build on top of react-spring and react-use-gesture that improves UX by enabling liquid swipe.", "main": "dist/index.js", "module": "dist/index.es.js", diff --git a/readme.md b/readme.md index 9a47746..811ef80 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,15 @@ import { Liquidswipe } from "react-liquidswipe"; function App() { let components = []; // array of JSX - return ; + return } ```