Skip to content

Commit

Permalink
Bump bugfender version
Browse files Browse the repository at this point in the history
  • Loading branch information
zltnDC committed Sep 25, 2024
1 parent 14b6981 commit c4c74a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.0

- Bump flutter_bugfender version to 3.0.0
- Fix sdk constraint

# 3.1.1

- Bump flutter_bugfender version to 2.1.2.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: logging_bugfender
description: A library helping integrate Bugfender with the logging package.
version: 3.1.1
version: 4.0.0
homepage: https://github.com/leancodepl/logging_bugfender

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.15.0 <3.0.0'
flutter: '>=3.3.0'

dependencies:
flutter_bugfender: ^2.1.2
flutter_bugfender: ^3.0.0
logging: ^1.0.2

dev_dependencies:
Expand Down

0 comments on commit c4c74a0

Please sign in to comment.