Skip to content

Commit

Permalink
Release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jan 15, 2016
1 parent 5101e01 commit b2d3129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## v0.10.1-dev
## v0.10.1 (2016-01-15)

* Bug fixes
* Fix a crash when a dependency is missing its version requirement

## v0.10.0 (2016-01-14)

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 Hex.Mixfile do

def project do
[app: :hex,
version: "0.10.1-dev",
version: "0.10.1",
elixir: "~> 1.0",
aliases: aliases,
deps: deps,
Expand Down

0 comments on commit b2d3129

Please sign in to comment.