Skip to content

Commit

Permalink
Update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli committed May 26, 2023
1 parent b0d9bf5 commit 4d55d63
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## 3.2.8+1

* Update supported platforms in readme

## 3.2.8

* Add more topics to pubspec.yaml
* Add more topics to `pubspec.yaml`

## 3.2.7

* Add topics to pubspec.yaml
* Add topics to `pubspec.yaml`

## 3.2.6

Expand All @@ -24,7 +28,7 @@

## 3.2.2

* Improve pub.dev metadata
* Improve `pub.dev` metadata

## 3.2.1

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* Optional: Blurred background (`backgroundBlur`) from the top of the navigation bar to the bottom of the screen
* By default shows text on selected button (and resizes all buttons), this can simply be disabled via: `showActiveButtonText = false`
* Only StatelessWidgets
* Compatible with Flutter for iOS, Android, Web and macOS

* How to make the `bottomNavigationBar` float above the `Scaffold`'s body:
```
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.2.8"
version: "3.2.8+1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ topics:
- responsive
- ui

version: 3.2.8
version: 3.2.8+1

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 4d55d63

Please sign in to comment.