Skip to content

Commit

Permalink
Version 0.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Oct 3, 2014
1 parent 1862999 commit cf3d6d5
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 @@ -8,7 +8,7 @@ To use timex with your projects, edit your mix.exs file and add it as a dependen

```elixir
defp deps do
[{:timex, "~> 0.12.8"}]
[{:timex, "~> 0.12.9"}]
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.12.8",
version: "0.12.9",
elixir: "~> 1.0.0",
description: "A date/time library for Elixir",
package: package,
Expand Down

0 comments on commit cf3d6d5

Please sign in to comment.