Skip to content

Commit cf3d6d5

Browse files
committed
Version 0.12.9
1 parent 1862999 commit cf3d6d5

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
@@ -8,7 +8,7 @@ To use timex with your projects, edit your mix.exs file and add it as a dependen
88

99
```elixir
1010
defp deps do
11-
[{:timex, "~> 0.12.8"}]
11+
[{:timex, "~> 0.12.9"}]
1212
end
1313
```
1414

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.12.8",
6+
version: "0.12.9",
77
elixir: "~> 1.0.0",
88
description: "A date/time library for Elixir",
99
package: package,

0 commit comments

Comments
 (0)