1
0
mirror of https://github.com/avitex/elixir-glicko synced 2024-09-21 07:09:57 +00:00

Release v0.8.0

This commit is contained in:
Mikael Muszynski 2024-06-10 13:44:46 +02:00
parent c1089996d3
commit 45066f946b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ Add `glicko` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:glicko, "~> 0.7.0"}]
[{:glicko, "~> 0.8.0"}]
end
```

View File

@ -8,7 +8,7 @@ defmodule Glicko.Mixfile do
def project do
[
app: :glicko,
version: "0.7.0",
version: "0.8.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),