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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unnawut committed Sep 22, 2019
1 parent 27edd26 commit 3d61fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The package can be installed by adding `licensir` to your list of dependencies i
```elixir
def deps do
[
{:licensir, "~> 0.5", only: :dev, runtime: false}
{:licensir, "~> 0.6", only: :dev, runtime: false}
]
end
```
Expand All @@ -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.5.1
$ mix archive.install hex licensir 0.6.0
```

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.5.1",
version: "0.6.0",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
escript: [main_module: Licensir.Licenses],
Expand Down

0 comments on commit 3d61fe3

Please sign in to comment.