Bump to 1.1.1
This commit is contained in:
parent
33315926f9
commit
c67436b8d4
5 changed files with 6 additions and 2 deletions
1
.dart_tool/pub/bin/sdk-version
Normal file
1
.dart_tool/pub/bin/sdk-version
Normal file
|
@ -0,0 +1 @@
|
|||
2.0.0-dev.32.0
|
BIN
.dart_tool/pub/bin/test/test.dart.snapshot
Normal file
BIN
.dart_tool/pub/bin/test/test.dart.snapshot
Normal file
Binary file not shown.
3
CHANGELOG.md
Normal file
3
CHANGELOG.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 1.1.1
|
||||
Removed reference to `io`; now works with HTTP/2.
|
||||
Thanks to @daniel-v!
|
|
@ -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 <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/proxy
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue