Skip to content

Commit

Permalink
fix: updated changelog, pubspec and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlala committed Nov 9, 2023
1 parent f31c36f commit 9e167e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 0.8.0
* [BREAKING_CHANGE] Updated min android version to 22 and target/compile version to 34.
* Updated dependencies version
* Replaced lint with very_good_analysis package
* Updated dependencies version.
* Replaced lint with very_good_analysis package.
* Fixed screenshot manger not creating screenshots.
* Update pub.dev metadata.

## 0.7.0
* [BREAKING_CHANGE] Update to Flutter 3 by Nico Mexis (https://github.com/ThexXTURBOXx).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Catcher supports Android, iOS, Web, Linux, Windows and MacOS platforms.
Add this line to your **pubspec.yaml**:
```yaml
dependencies:
catcher: ^0.7.0
catcher: ^0.8.0
```
Then run this command:
Expand Down
8 changes: 8 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ description: Plugin for error catching which provides multiple handlers for deal
version: 0.8.0
#author: Jakub Homlala <[email protected]>
homepage: https://github.com/jhomlala/catcher
repository: https://github.com/jhomlala/catcher
issue_tracker: https://github.com/jhomlala/catcher/issues
topis:
- error
- errors
- logs
- devtools
- tool

environment:
sdk: '>=2.19.6 <3.0.0'
Expand Down

0 comments on commit 9e167e6

Please sign in to comment.