From 55a08effbcdb9658dcfe805834ffafcf1a1ffd7c Mon Sep 17 00:00:00 2001 From: avitex Date: Mon, 24 Feb 2020 09:22:46 +1100 Subject: [PATCH] v0.7.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7a559a..1c57704 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ Add `glicko` to your list of dependencies in `mix.exs`: ```elixir def deps do - [{:glicko, "~> 0.6.0"}] + [{:glicko, "~> 0.7.0"}] end ``` diff --git a/mix.exs b/mix.exs index 0de67b4..5f9da68 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Glicko.Mixfile do def project do [ app: :glicko, - version: "0.6.0", + version: "0.7.0", elixir: "~> 1.9", start_permanent: Mix.env() == :prod, deps: deps(),