Skip to content

Commit 0fd092f

Browse files
committed
Bump version for 0.1.0 release (with support for Elixir 1.x)
1 parent 1bbe6b2 commit 0fd092f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Benchmarking tool for Elixir.
99
You can clone the repository and create tests in the `bench/` directory. Or you
1010
can install an archive locally to make bench tasks available system-wide:
1111

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

1414

1515
## Usage

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Benchfella.Mixfile do
33

44
def project do
55
[app: :benchfella,
6-
version: "0.0.2",
6+
version: "0.1.0",
77
elixir: ">= 0.15.0 and < 2.0.0"]
88
end
99

0 commit comments

Comments
 (0)