Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Mar 3, 2016
1 parent b9c330d commit 6a7f111
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.11.0-dev
## v0.11.0 (2016-03-03)

* Enhancements
* Append the OTP version to the user_agent function
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.11.0-dev",
version: "0.11.0",
elixir: "~> 1.0",
aliases: aliases,
deps: deps,
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function upload {
# UPDATE THIS FOR EVERY RELEASE
hex_version=$1

build ${hex_version} 18.2.2 1.2.1 1.2.0
build ${hex_version} 18.2.4 1.2.3 1.2.0
build ${hex_version} 17.5.6.7 1.1.1 1.1.0
build ${hex_version} 17.5.6.7 1.0.5 1.0.0

Expand Down

0 comments on commit 6a7f111

Please sign in to comment.