Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oohnoitz committed Feb 13, 2020
1 parent 5496a0a commit c34b589
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 @@ -22,7 +22,7 @@ Add `harmonium` to your list of dependencies in `mix.exs` before running `mix de
```elixir
def deps do
[
{:harmonium, "~> 2.1.0"}
{:harmonium, "~> 2.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Harmonium.MixProject do
def project do
[
app: :harmonium,
version: "2.1.0",
version: "2.1.1",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit c34b589

Please sign in to comment.