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
}
```