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 # 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). Documentation hosted on [hexdocs](https://hexdocs.pm/glicko).
## Installation ## Installation
@ -14,6 +14,6 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/glicko).
```elixir ```elixir
def deps do def deps do
[{:glicko, "~> 0.3.0"}] [{:glicko, "~> 0.4.0"}]
end end
``` ```

View File

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