Skip to content

Commit 51115c0

Browse files
committed
v1.7.3
1 parent 6dffb3b commit 51115c0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## [1.7.2] - 2024-06-14
1+
## [1.7.3] - 2024-06-15
2+
3+
* Update README.md
4+
5+
## [1.7.2] - 2024-06-15
26

37
* Update README.md
48

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the following to your `pubspec.yaml` file:
5656

5757
``` yaml
5858
dependencies:
59-
error_stack: ^1.7.1
59+
error_stack: ^1.7.3
6060
```
6161
6262
or with Dart:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: error_stack
22
description: "ErrorStack helps you swiftly deal with errors in your Flutter applications! Custom error handling UI and logging to keep you productive."
3-
version: 1.7.2
3+
version: 1.7.3
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/error-stack/tree/1.x
66
issue_tracker: https://github.com/nylo-core/error-stack/issues

0 commit comments

Comments
 (0)