From 93b901f13624d941fe76e06e6f2f21011ec0e646 Mon Sep 17 00:00:00 2001 From: Bharat Sharma <58745044+bharat-1809@users.noreply.github.com> Date: Wed, 22 May 2024 01:50:15 +0530 Subject: [PATCH] chore: bump version (#43) --- CHANGELOG.md | 5 +++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9897c2b..fe1d56a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.0.1 + +- Upgrade lint pkg to v4.0.0 +- Fix lint issues + ## 4.0.0 - Make `height` and `width` properties non required in `GlassContainer` diff --git a/README.md b/README.md index b176939..9c58822 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You should add the following to the `pubspec.yaml` file: ```yaml dependencies: - glass_kit: ^4.0.0 + glass_kit: ^4.0.1 ``` You should then run `flutter packages get` in your terminal so as to get the package.
diff --git a/pubspec.yaml b/pubspec.yaml index dbecb17..4b8d82b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: glass_kit description: A package containing widgets to implement glass morphism in flutter apps. -version: 4.0.0 +version: 4.0.1 homepage: https://github.com/bharat-1809/glass_kit environment: