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

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unnawut committed Aug 1, 2021
1 parent 435b529 commit db0c896
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The package can be installed by adding `:licensir` to your list of dependencies
```elixir
def deps do
[
{:licensir, "~> 0.6", only: :dev, runtime: false}
{:licensir, "~> 0.7", only: :dev, runtime: false}
]
end
```
Expand All @@ -29,7 +29,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.2
$ mix archive.install hex licensir 0.7.0
```

Now you can access this tool from any path on your local machine that has access to `mix`.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Licensir.Mixfile do
use Mix.Project

@source_url "https://github.com/unnawut/licensir"
@version "0.6.2"
@version "0.7.0"

def project do
[
Expand Down Expand Up @@ -51,7 +51,7 @@ defmodule Licensir.Mixfile do
defp docs do
[
extras: [
"LICENSE.md": [title: "License"],
"LICENSE": [title: "License"],
"README.md": [title: "Overview"]
],
main: "readme",
Expand Down

0 comments on commit db0c896

Please sign in to comment.