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

Commit 5f7bdf2

Browse files
authored
Merge pull request #8 from KazuCocoa/bump_up
bump up to 1.1.0
2 parents 3ff12b9 + 8a29f23 commit 5f7bdf2

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.0.2"}
32+
{:ex_parameterized, "~> 1.1.0"}
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.0.2",
7+
version: "1.1.0",
88
elixir: "~> 1.0",
99
name: "ExParameterized",
1010
source_url: "https://github.com/KazuCocoa/ex_parameterized",

0 commit comments

Comments
 (0)