Skip to content

Commit bf956c2

Browse files
committed
Bump version
1 parent 92f3f1d commit bf956c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add CoherenceAssent to your list of dependencies in `mix.exs`:
2323
def deps do
2424
[
2525
# ...
26-
{:coherence_assent, "~> 0.2.1"}
26+
{:coherence_assent, "~> 0.2.2"}
2727
# ...
2828
]
2929
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule CoherenceAssent.Mixfile do
22
use Mix.Project
33

4-
@version "0.2.1"
4+
@version "0.2.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)