Bump to 2.0.1
This commit is contained in:
parent
99c5933af3
commit
f29050f7df
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
name: angel_framework
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
description: A high-powered HTTP server with dependency injection, routing and much more.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_framework
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import 'dart:async';
|
||||
import 'package:angel_framework/angel_framework.dart';
|
||||
import 'package:angel_framework/http.dart';
|
||||
import 'package:charcode/ascii.dart';
|
||||
import 'package:http/io_client.dart' as http;
|
||||
import 'package:logging/logging.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
|
Loading…
Reference in a new issue