From 26e1a751d6aeb6877d1452934a6338cc0b91d8f0 Mon Sep 17 00:00:00 2001 From: Antonio Pedro Date: Sun, 17 Sep 2023 21:40:08 +0530 Subject: [PATCH] ready --- .github/workflows/main.yml | 4 ++-- CONTRIBUTING.md | 4 ++-- README.md | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ee82c1..7808ee3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,8 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: beta - - run: dart format -o none --set-exit-if-changed lib/ - - run: dart format -o none --set-exit-if-changed example/lib/ + - run: dart format lib/ + - run: dart format example/lib/ - run: flutter pub get - run: flutter analyze - run: dart pub global activate coverage diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba639a0..52000df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,10 +11,10 @@ You can contribute by: * Improving documentation * Talking about BottomNavyBar -All bugs, tasks or enhancements are tracked as [GitHub issues][https://github.com/pedromassango/bottom_navy_bar/issues]. Issues that might be a good start for new contributors are marked with the `good first issue` label. +All bugs, tasks or enhancements are tracked as [GitHub issues](https://github.com/pedromassango/bottom_navy_bar/issues). Issues that might be a good start for new contributors are marked with the `good first issue` label. We recommend you get in touch with us before contributing, you can do that by: -- openning a new issue +- opening a new issue - or start a new discussion. ## After diff --git a/README.md b/README.md index 04854ca..3eabe46 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Add the dependency in `pubspec.yaml`: ```yaml dependencies: ... - bottom_navy_bar: ^5.6.0 + bottom_navy_bar: ^6.0.0 ``` ## Basic Usage diff --git a/pubspec.yaml b/pubspec.yaml index b185ea1..c0347c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bottom_navy_bar description: A beautiful and animated bottom navigation. The navigation bar uses your current theme, but you are free to customize it. -version: 6.1.0 +version: 6.0.0 homepage: https://github.com/pedromassango/bottom_navy_bar environment: