From d41d89b47758127e3282029c6236ffe287de191f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 10 May 2023 02:04:05 -0700 Subject: [PATCH] Minor cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef20641..a55e152 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ repositories { } dependencies { - implementation 'net.thauvin.erik.httpstatus:httpstatus:1.1.0' + implementation 'net.thauvin.erik.httpstatus:httpstatus:1.0.5' } ``` @@ -56,7 +56,7 @@ or as a Maven artifact: net.thauvin.erik.httpstatus httpstatus - 1.1.0 + 1.0.5 ```