Skip to content

Commit

Permalink
bump up version from 0.1.0-wip to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anikate-De committed Jul 15, 2024
1 parent 57fe25f commit 05400b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/ok_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.0-wip
## 0.1.0

- Implementation of [`BaseClient`](https://pub.dev/documentation/http/latest/http/BaseClient-class.html) and `send()` method using [`enqueue()` API](https://square.github.io/okhttp/5.x/okhttp/okhttp3/-call/enqueue.html)
- `ok_http` can now send asynchronous requests and stream response bodies.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ok_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ok_http
version: 0.1.0-wip
version: 0.1.0
description: >-
An Android Flutter plugin that provides access to the OkHttp HTTP client.
repository: https://github.com/dart-lang/http/tree/master/pkgs/ok_http
Expand Down

0 comments on commit 05400b5

Please sign in to comment.