Skip to content

Commit

Permalink
update version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nthock committed Apr 13, 2019
1 parent 48e7dc0 commit c208e89
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 @@ -7,7 +7,7 @@ Simple QR Code Generator written in Elixir with no other dependencies.
```elixir
def deps do
[
{:eqrcode, "~> 0.1.5"}
{:eqrcode, "~> 0.1.6"}
]
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 EQRCode.MixProject do
def project do
[
app: :eqrcode,
version: "0.1.5",
version: "0.1.6",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
name: "EQRCode",
Expand Down

0 comments on commit c208e89

Please sign in to comment.