Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 26c187c

Browse files
committed
bump
1 parent 6c20e24 commit 26c187c

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
@@ -29,7 +29,7 @@ First, add Reporter to your mix.exs dependencies:
2929
```
3030
def deps do
3131
[
32-
{:ex_parameterized, "~> 1.3.1"}
32+
{:ex_parameterized, "~> 1.3.2"}
3333
]
3434
end
3535
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ExParameterized.Mixfile do
44
def project do
55
[
66
app: :ex_parameterized,
7-
version: "1.3.1",
7+
version: "1.3.2",
88
elixir: "~> 1.4",
99
name: "ExParameterized",
1010
source_url: "https://github.com/KazuCocoa/ex_parameterized",

0 commit comments

Comments
 (0)