diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index 78b8d8c30..dae9f86ef 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +*None.* + +## 1.0.0+1 + - Update dependencies to make use of stable versions. - Replace `DioError` with `DioException`. - Fix `onReceiveProgress` callback. diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index b040766b6..d5149d77a 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -1,6 +1,6 @@ name: native_dio_adapter description: A client for dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform. -version: 0.1.0 +version: 1.0.0+1 homepage: /~https://github.com/cfug/dio repository: /~https://github.com/cfug/dio/blob/main/plugins/native_dio_adapter issue_tracker: /~https://github.com/cfug/dio/issues