diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c73fa..16b8bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.7.1 +- fix static analysis + ## 0.7.0 - update README.md - added RefreshableAuthInterceptor.onFailureRefresh diff --git a/lib/src/client.dart b/lib/src/client.dart index 4ced04d..6f7fec7 100644 --- a/lib/src/client.dart +++ b/lib/src/client.dart @@ -147,8 +147,6 @@ class Tio { Error.throwWithStackTrace(e.error!, e.stackTrace); } throw TioException.dio(dioException: e, stackTrace: s); - } on TioException catch (e, s) { - rethrow; } } diff --git a/pubspec.yaml b/pubspec.yaml index d9e8044..548b74c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: tio -version: 0.7.0 +version: 0.7.1 repository: https://github.com/urusai88/tio description: |