Skip to content

Commit 9f265f3

Browse files
committed
1.3.2
1 parent 55dedc9 commit 9f265f3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.3.2
8+
* Prepare for upcoming Uint8List change to HttpClientResponse. ([@tvolkert](https://github.com/tvolkert))
9+
710
## 1.3.1
811
* Prepare for upcoming change to HttpRequest and HttpClientResponse. ([@tvolkert](https://github.com/tvolkert))
912

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add to your `pubspec.yaml`:
1919

2020
```yaml
2121
dependencies:
22-
w3c_event_source: ^1.3.1
22+
w3c_event_source: ^1.3.2
2323
```
2424
2525
## Usage

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: w3c_event_source
2-
version: 1.3.1
2+
version: 1.3.2
33
description: W3C EventSource client implementation for Dart / Flutter,
44
to communicate with server-sent event endpoints.
55
author: Renée Kooi <renee@kooi.me>

0 commit comments

Comments
 (0)