Skip to content

Commit 0fd3ece

Browse files
committed
v1.3.1
1 parent 3635933 commit 0fd3ece

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
## [1.3.2] - 2024-05-12
2-
3-
* Update pubspec.yaml
4-
* Update workflow
5-
61
## [1.3.1] - 2024-05-12
72

83
* Update pubspec.yaml
4+
* Update workflow
95

106
## [1.3.0] - 2024-05-11
117

README.md

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

5656
``` yaml
5757
dependencies:
58-
error_stack: ^1.3.2
58+
error_stack: ^1.3.1
5959
```
6060
6161
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.3.2
3+
version: 1.3.1
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)