Skip to content

Commit 2a4dee6

Browse files
committed
1.0.0
1 parent 6843fc0 commit 2a4dee6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

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

55
This project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## 1.0.0
8+
* Initial release.

lib/w3c_event_source.dart

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export './event_source.dart';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: w3c_event_source
2-
version: 0.0.1
2+
version: 1.0.0
33
description: W3C EventSource client implementation for Dart
44
author: Renée Kooi <renee@kooi.me>
55
homepage: https://github.com/goto-bus-stop/dart-event-source

0 commit comments

Comments
 (0)