Removed random_string dependency
This commit is contained in:
parent
0cd7750a78
commit
32a85c97ef
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# 1.1.5+2
|
||||
* Removed `random_string` dependency.
|
||||
|
||||
# 1.1.5+1
|
||||
* Patched annoying error that prevented MapServices from working,
|
||||
simply because `<dynamic, dynamic>` is incompatible with `<String, dynamic>`.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel_framework
|
||||
version: 1.1.5+1
|
||||
version: 1.1.5+2
|
||||
description: A high-powered HTTP server with DI, routing and more.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_framework
|
||||
|
|
Loading…
Reference in a new issue