diff --git a/CHANGELOG.md b/CHANGELOG.md index d99adcf..bd8a892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.1.1+1] +* add demo to readme + ## [0.1.1] * add readme to package diff --git a/README.md b/README.md index cd9b8c9..939ddb4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Sidemenu is similar to bottom navigation bar but in the side of screen and usual ## Demo -You can see web demo here: [https://jamalianpour.github.io/easy_sidemenu_demo](https://jamalianpour.github.io/easy_sidemenu_demo) +You can see web demo here: [https://jamalianpour.github.io/easy_sidemenu](https://jamalianpour.github.io/easy_sidemenu) ## Usage @@ -38,7 +38,7 @@ You can see web demo here: [https://jamalianpour.github.io/easy_sidemenu_demo](h ```yaml dependencies: - easy_sidemenu: ^0.1.1 + easy_sidemenu: ^0.1.1+1 ``` Run `flutter packages get` in the root directory of your app. diff --git a/example/pubspec.lock b/example/pubspec.lock index 64d7f12..436d458 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -56,7 +56,7 @@ packages: path: ".." relative: true source: path - version: "0.1.1" + version: "0.1.1+1" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a055c43..f82753a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: easy_sidemenu description: An easy to use side menu in flutter and can used for navigations -version: 0.1.1 +version: 0.1.1+1 homepage: https://github.com/Jamalianpour/easy_sidemenu environment: