Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unnawut committed Dec 12, 2020
1 parent 9bf4a05 commit b4f0c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit b4f0c5a

Please sign in to comment.