From b4f0c5ac952dd3d50cc15b3e3eebd5e3b56590ba Mon Sep 17 00:00:00 2001 From: unnawut Date: Sat, 12 Dec 2020 11:57:11 +0700 Subject: [PATCH] Release 0.6.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3f0cab..a8dca6e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This mix task in most cases only needs to be run on a development machine and in If you do not wish to include this tool as part of your dependencies, you may also install it locally by running: ```elixir -$ mix archive.install hex licensir 0.6.0 +$ mix archive.install hex licensir 0.6.2 ``` Now you can access this tool from any path on your local machine that has access to `mix`. diff --git a/mix.exs b/mix.exs index a76e93f..2ce6546 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Licensir.Mixfile do def project do [ app: :licensir, - version: "0.6.1", + version: "0.6.2", elixir: "~> 1.5", elixirc_paths: elixirc_paths(Mix.env()), escript: [main_module: Licensir.Licenses],