Skip to content

Commit ac59602

Browse files
committed
Version 0.16.0
1 parent 32eff73 commit ac59602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use Timex with your projects, edit your `mix.exs` file and add it as a depend
1515

1616
```elixir
1717
defp deps do
18-
[{:timex, "~> 0.15.0"}]
18+
[{:timex, "~> 0.16.0"}]
1919
end
2020
```
2121

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Timex.Mixfile do
33

44
def project do
55
[ app: :timex,
6-
version: "0.15.1-dev",
6+
version: "0.16.0",
77
elixir: "~> 1.0.0",
88
description: "A date/time library for Elixir",
99
package: package,

0 commit comments

Comments
 (0)