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

Commit

Permalink
Merge pull request #8 from KazuCocoa/bump_up
Browse files Browse the repository at this point in the history
bump up to 1.1.0
  • Loading branch information
KazuCocoa authored Sep 6, 2016
2 parents 3ff12b9 + 8a29f23 commit 5f7bdf2
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.0.2"}
{:ex_parameterized, "~> 1.1.0"}
]
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.0.2",
version: "1.1.0",
elixir: "~> 1.0",
name: "ExParameterized",
source_url: "https://github.com/KazuCocoa/ex_parameterized",
Expand Down

0 comments on commit 5f7bdf2

Please sign in to comment.