Skip to content

Commit 0591c71

Browse files
committed
Change version
1 parent 4f9dd12 commit 0591c71

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
0.2.5
2-
------
3-
#### Changes
4-
* Fix for warnings with elixir v1.11.
5-
* Add :tools to extra_applications in mix.exs (#15).
6-
71
0.2.4
82
------
93
#### Changes
104
* Makes sure it is OK for the profiled code to send/receive messages (#13).
5+
* Fix for warnings with elixir v1.11.
6+
* Add :tools to extra_applications in mix.exs (#15).
117

128
0.2.3
139
------

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ExProf.Mixfile do
33

44
def project do
55
[ app: :exprof,
6-
version: "0.2.5",
6+
version: "0.2.4",
77
elixir: "~> 1.0",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)