From d1093c97a62425d7c97f1e046800b4f3734b39db Mon Sep 17 00:00:00 2001 From: deb-sahu Date: Mon, 29 Apr 2024 21:54:01 +0530 Subject: [PATCH] Released version 0.0.5 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5816b..00b6242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.5 +* Modified snackbar styles +* Added demo gif + ## 0.0.4 * Updated README with screenshots * Added fontWeight and fontFamily props diff --git a/README.md b/README.md index 45d83c3..968e5a1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add `top_snackbar` to your `pubspec.yaml` file: ```yaml dependencies: - top_snackbar: ^0.0.4 # Use the latest version + top_snackbar: ^0.0.5 # Use the latest version ``` ### Import diff --git a/pubspec.yaml b/pubspec.yaml index 159514a..9d41c88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.4 +version: 0.0.5 homepage: https://github.com/deb-sahu/top-snackbar environment: