diff --git a/.dart_tool/pub/bin/sdk-version b/.dart_tool/pub/bin/sdk-version new file mode 100644 index 00000000..c3802422 --- /dev/null +++ b/.dart_tool/pub/bin/sdk-version @@ -0,0 +1 @@ +2.0.0-dev.32.0 diff --git a/.dart_tool/pub/bin/test/test.dart.snapshot b/.dart_tool/pub/bin/test/test.dart.snapshot new file mode 100644 index 00000000..42df7c80 Binary files /dev/null and b/.dart_tool/pub/bin/test/test.dart.snapshot differ diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..dc947ae5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.1.1 +Removed reference to `io`; now works with HTTP/2. +Thanks to @daniel-v! diff --git a/example/multiple.dart b/example/main.dart similarity index 100% rename from example/multiple.dart rename to example/main.dart diff --git a/pubspec.yaml b/pubspec.yaml index 5b91c23d..ea6ec720 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: angel_proxy description: Angel middleware to forward requests to another server (i.e. pub serve). -version: 1.1.0 +version: 1.1.1 author: Tobe O homepage: https://github.com/angel-dart/proxy environment: @@ -11,4 +11,4 @@ dependencies: dev_dependencies: angel_test: ^1.1.0-alpha test: ^0.12.15 - \ No newline at end of file +