Bump to 2.0.1

This commit is contained in:
Tobe O 2019-05-02 18:57:51 -04:00
parent 99c5933af3
commit f29050f7df
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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';