From 8612b2aa97e15933bfbfdff6ceb5b243b648be7d Mon Sep 17 00:00:00 2001 From: avitex Date: Wed, 29 Nov 2017 14:04:48 +1100 Subject: [PATCH] Release v0.6.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fed9600..1f566a5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/glicko). ```elixir def deps do - [{:glicko, "~> 0.5.0"}] + [{:glicko, "~> 0.6.0"}] end ``` diff --git a/mix.exs b/mix.exs index f6084ad..9f30fe4 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Glicko.Mixfile do def project, do: [ app: :glicko, - version: "0.5.0", + version: "0.6.0", elixir: "~> 1.5", start_permanent: Mix.env == :prod, deps: deps(),