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

Commit

Permalink
bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 23, 2015
1 parent 95d8369 commit 895fed0
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 @@ -28,7 +28,7 @@ First, add Reporter to your mix.exs dependencies:
```
def deps do
[
{:ex_parameterized, "~> 1.0.0"}
{:ex_parameterized, "~> 1.0.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExParameterized.Mixfile do
use Mix.Project

@version "1.0.0"
@version "1.0.1"

def project do
[
Expand Down

0 comments on commit 895fed0

Please sign in to comment.