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

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jul 4, 2018
1 parent 6c20e24 commit 26c187c
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 @@ -29,7 +29,7 @@ First, add Reporter to your mix.exs dependencies:
```
def deps do
[
{:ex_parameterized, "~> 1.3.1"}
{:ex_parameterized, "~> 1.3.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExParameterized.Mixfile do
def project do
[
app: :ex_parameterized,
version: "1.3.1",
version: "1.3.2",
elixir: "~> 1.4",
name: "ExParameterized",
source_url: "https://github.com/KazuCocoa/ex_parameterized",
Expand Down

0 comments on commit 26c187c

Please sign in to comment.