Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Apr 15, 2018
1 parent 65b9f18 commit 25ffd42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.3
------
#### Changes
* Fixes issue on windows where you get File.Error permission denied.
- Changed to use randomized file name (#11).

0.2.2
------
#### Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExProf.Mixfile do

def project do
[ app: :exprof,
version: "0.2.2",
version: "0.2.3",
elixir: "~> 1.0",
deps: deps(),
description: description(),
Expand Down

0 comments on commit 25ffd42

Please sign in to comment.