diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a91ab..5b25520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,7 @@ -## [1.3.2] - 2024-05-12 - -* Update pubspec.yaml -* Update workflow - ## [1.3.1] - 2024-05-12 * Update pubspec.yaml +* Update workflow ## [1.3.0] - 2024-05-11 diff --git a/README.md b/README.md index d9e6df2..7e80183 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Add the following to your `pubspec.yaml` file: ``` yaml dependencies: - error_stack: ^1.3.2 + error_stack: ^1.3.1 ``` or with Dart: diff --git a/pubspec.yaml b/pubspec.yaml index 2cb5d79..680a9ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: error_stack description: "ErrorStack helps you swiftly deal with errors in your Flutter applications! Custom error handling UI and logging to keep you productive." -version: 1.3.2 +version: 1.3.1 homepage: https://nylo.dev repository: https://github.com/nylo-core/error-stack/tree/1.x issue_tracker: https://github.com/nylo-core/error-stack/issues