From 9ca5e42c70cd30f4e46d9ce432cafc6606464b42 Mon Sep 17 00:00:00 2001 From: shahryar tavakkoli Date: Fri, 1 Apr 2022 18:20:05 +0430 Subject: [PATCH] change readme version to 0.0.2 --- README.md | 2 +- README_FA.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1dda5e..912f2a6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ It should be noted that this library must be installed in two parts of the plugi ```elixir def deps do [ - {:mishka_installer, "~> 0.0.1"} + {:mishka_installer, "~> 0.0.2"} ] end ``` diff --git a/README_FA.md b/README_FA.md index 86d72b6..9e8051f 100644 --- a/README_FA.md +++ b/README_FA.md @@ -50,7 +50,7 @@ ```elixir def deps do [ - {:mishka_installer, "~> 0.0.1"} + {:mishka_installer, "~> 0.0.2"} ] end ```