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

Commit

Permalink
bump to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Mar 16, 2019
1 parent 92674f0 commit d5b5f83
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:
```elixir
def deps do
[
{:ex_parameterized, "~> 1.3.5"}
{:ex_parameterized, "~> 1.3.6"}
]
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.5",
version: "1.3.6",
elixir: "~> 1.4",
name: "ExParameterized",
source_url: "https://github.com/KazuCocoa/ex_parameterized",
Expand Down

0 comments on commit d5b5f83

Please sign in to comment.