From b3d80b543355a352e60ed4dcd871c1282120830a Mon Sep 17 00:00:00 2001 From: Saurabh Wadekar <55120484+saurabhwadekar@users.noreply.github.com> Date: Sun, 9 Apr 2023 16:12:16 +0530 Subject: [PATCH] doc link update --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d86e85..198a75c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ pip install flet-route pip install flet-route --upgrade ``` -#### [📖 Read the documentation ](https://saurabhwadekar.github.io/flet-route-doc/flow/) +#### [📖 Read the documentation ](https://saurabhwadekar.github.io/flet-route-doc) ## Author diff --git a/setup.py b/setup.py index 747cf2b..a63f681 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "flet_route", - version = "0.2.1", + version = "0.2.2", author="Saurabh Wadekar [ INDIA ]", packages=["flet_route"], license="MIT",