Skip to content

Commit

Permalink
chore: bump version (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat-1809 authored May 21, 2024
1 parent 7ef5a01 commit 93b901f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>
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: 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:
Expand Down

0 comments on commit 93b901f

Please sign in to comment.