Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urusai88 committed Jan 3, 2024
1 parent 2af2c20 commit 80b28d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.1
- fix static analysis

## 0.7.0
- update README.md
- added RefreshableAuthInterceptor.onFailureRefresh
Expand Down
2 changes: 0 additions & 2 deletions lib/src/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ class Tio<E> {
Error.throwWithStackTrace(e.error!, e.stackTrace);
}
throw TioException.dio(dioException: e, stackTrace: s);
} on TioException catch (e, s) {
rethrow;
}
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tio
version: 0.7.0
version: 0.7.1
repository: https://github.com/urusai88/tio

description: |
Expand Down

0 comments on commit 80b28d9

Please sign in to comment.