Skip to content

Commit 6438f76

Browse files
committed
Bump version
1 parent c6a8cfb commit 6438f76

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
@@ -17,7 +17,7 @@ Just add `:mimic` to your list of dependencies in `mix.exs`:
1717
```elixir
1818
def deps do
1919
[
20-
{:mimic, "~> 1.10", only: :test}
20+
{:mimic, "~> 1.12", only: :test}
2121
]
2222
end
2323
```

mix.exs

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

44
@source_url "https://github.com/edgurgel/mimic"
5-
@version "1.11.2"
5+
@version "1.12.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)