Skip to content

Commit

Permalink
release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
deb-sahu committed May 1, 2024
1 parent 497e65c commit 62abb40
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6
* Adjusted demo gif size
* Minor code refactoring

## 0.0.5
* Modified snackbar styles
* Added demo gif
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add `top_snackbar` to your `pubspec.yaml` file:

```yaml
dependencies:
top_snackbar: ^0.0.5 # Use the latest version
top_snackbar: ^0.0.6 # Use the latest version
```
### Import
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.3"
version: "0.0.6"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: top_snackbar
description: A lightweight and easy-to-use flutter library tailored for top snackbar notifications. Customize styles, colors, icons and more with the ease.
version: 0.0.5
version: 0.0.6
homepage: https://github.com/deb-sahu/top-snackbar

environment:
Expand Down

0 comments on commit 62abb40

Please sign in to comment.