Bump version

This commit is contained in:
avitex 2017-11-22 18:33:48 +11:00
parent 8cc3fd1acb
commit f3c6189e4a
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# Glicko
**Implementation of the [Glicko rating system](http://www.glicko.net/glicko.html).**
**Implementation of the [Glicko rating system](http://www.glicko.net/glicko.html).**
Documentation hosted on [hexdocs](https://hexdocs.pm/glicko).
## Installation
@ -14,6 +14,6 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/glicko).
```elixir
def deps do
[{:glicko, "~> 0.3.0"}]
[{:glicko, "~> 0.4.0"}]
end
```

View File

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