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

Commit

Permalink
Bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
Unnawut Leepaisalsuwanna committed Mar 30, 2018
1 parent 1ffe862 commit a74b2b9
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 @@ -9,7 +9,7 @@ The package can be installed by adding `licensir` to your list of dependencies i
```elixir
def deps do
[
{:licensir, "~> 0.1.0", only: :dev, runtime: false}
{:licensir, "~> 0.2.0", only: :dev, runtime: false}
]
end
```
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.2.0",
version: "0.2.2",
elixir: "~> 1.5",
escript: [main_module: Licensir.Licenses],
deps: deps(),
Expand Down

0 comments on commit a74b2b9

Please sign in to comment.