Skip to content

Commit

Permalink
Bump version for 0.1.0 release (with support for Elixir 1.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Jan 6, 2015
1 parent 1bbe6b2 commit 0fd092f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Benchmarking tool for Elixir.
You can clone the repository and create tests in the `bench/` directory. Or you
can install an archive locally to make bench tasks available system-wide:

mix archive.install https://github.com/alco/benchfella/releases/download/archive/benchfella-0.0.2.ez
mix archive.install https://github.com/alco/benchfella/releases/download/v0.1.0/benchfella-0.1.0.ez


## Usage
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Benchfella.Mixfile do

def project do
[app: :benchfella,
version: "0.0.2",
version: "0.1.0",
elixir: ">= 0.15.0 and < 2.0.0"]
end

Expand Down

0 comments on commit 0fd092f

Please sign in to comment.