Skip to content

Commit

Permalink
Merge pull request #12 from leancodepl/feature/bump-bugfender-version
Browse files Browse the repository at this point in the history
Bump flutter_bugfender version to 2.1.2
  • Loading branch information
denis-lncd authored Sep 26, 2023
2 parents d9d65b6 + 983bd2d commit 14b6981
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.1

- Bump flutter_bugfender version to 2.1.2.

# 3.1.0

- Bump minimum Flutter version to 3.3.0.
Expand Down
4 changes: 2 additions & 2 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.0
version: 3.1.1
homepage: https://github.com/leancodepl/logging_bugfender

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

dependencies:
flutter_bugfender: ^2.0.1
flutter_bugfender: ^2.1.2
logging: ^1.0.2

dev_dependencies:
Expand Down

0 comments on commit 14b6981

Please sign in to comment.