From 44eb27889663ba10a2f9841c4a3e650d999ce867 Mon Sep 17 00:00:00 2001 From: Anthony Leiro Date: Sat, 1 Jan 2022 23:31:09 +0300 Subject: [PATCH] chore: update version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e4a79..c82faa2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ by adding `ex_ussd` to your list of dependencies in `mix.exs`: ```elixir defp deps do [ - {:ex_ussd, "~> 1.0.1"} + {:ex_ussd, "~> 1.0.2"} ] end ```