From 302eacd9f283b7ad11fc1fd079e2b7b26c1beb0f Mon Sep 17 00:00:00 2001 From: Caleb Donoho Date: Fri, 11 Feb 2022 15:12:24 -0500 Subject: [PATCH] chore: Release/0.1.0 (#13) * chore: Release 0.1.0 * Update version in pubspec --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cc4b08b..4118487 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: charlatan description: A library for configuring and providing fake HTTP responses to your dio HTTP client. -version: 0.0.1 +version: 0.1.0 homepage: https://github.com/Betterment/charlatan repository: https://github.com/Betterment/charlatan