Skip to content

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khusnetdinov committed Jan 11, 2017
1 parent 7fe1684 commit 464865e
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 @@ -14,7 +14,7 @@ Add `loki` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:loki, "~> 1.2.0"}]
[{:loki, "~> 1.2.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Loki.Mixfile do

def project do
[app: :loki,
version: "1.2.0",
version: "1.2.1",
elixir: "~> 1.3",
description: description(),
package: package(),
Expand Down

0 comments on commit 464865e

Please sign in to comment.