From 30f4c7d373cd9365f5c5bb62e0a323db0ef94d89 Mon Sep 17 00:00:00 2001 From: Adrian Hooper Date: Mon, 10 Jan 2022 10:44:20 +0000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9f315..0766f13 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To install GeoNames-Elixir, follow these instructions: ```elixir def deps do [ - { :geonames, "~> 1.0.3" }, + { :geonames, "~> 1.0.4" }, { :poison, "> 3.0.0" } ] end