From 09534af28d47061030e0e8d2110d7acefc72c3a1 Mon Sep 17 00:00:00 2001 From: Jakub <1329033+jhomlala@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:49:15 +0200 Subject: [PATCH] Feature/june update (#147) --- CHANGELOG.md | 1 + README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a07bf6c..b07fe55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 0.3.3 * Updated dependencies +* Added fix for call time for http package (by itsara-odds https://github.com/itsara-odds) # 0.3.2 * Removed video player. diff --git a/README.md b/README.md index 70460319..c793d99f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Alice is an HTTP Inspector tool for Flutter which helps debugging http requests. ```yaml dependencies: - alice: ^0.3.2 + alice: ^0.3.3 ``` 2. Install it diff --git a/pubspec.yaml b/pubspec.yaml index 8df6677c..691167b5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: alice description: Alice is an HTTP Inspector tool which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI. -version: 0.3.2 +version: 0.3.3 #author: Jakub Homlala homepage: https://github.com/jhomlala/alice