Skip to content

Commit

Permalink
ci: version bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dart Conventional Release committed Feb 8, 2024
1 parent 787a1b9 commit 3ac12df
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
name: snacky
description: Easily display customizable snackbars in Flutter with minimal configuration. Ideal for quick notifications and alerts in your app.
version: 0.0.1
description: Easily display customizable snackbars in Flutter with minimal
configuration. Ideal for quick notifications and alerts in your app.
version: 0.0.2
homepage: https://github.com/Impaktfull/flutter_snacky
topics:
- snackbar
- flutter-snackbar
- custom-flutter-snackbar
- flutter-flushbar
- custom-flutter-toast

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: ">=3.2.0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
flutter:
sdk: flutter

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0

flutter:
flutter: null

0 comments on commit 3ac12df

Please sign in to comment.