Skip to content

Commit

Permalink
Version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 1, 2015
1 parent 32eff73 commit ac59602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ To use Timex with your projects, edit your `mix.exs` file and add it as a depend

```elixir
defp deps do
[{:timex, "~> 0.15.0"}]
[{:timex, "~> 0.16.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Timex.Mixfile do

def project do
[ app: :timex,
version: "0.15.1-dev",
version: "0.16.0",
elixir: "~> 1.0.0",
description: "A date/time library for Elixir",
package: package,
Expand Down

0 comments on commit ac59602

Please sign in to comment.