From 64ba8b4c7f328b9e4d8308eedde3c75cff097ce7 Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Mon, 22 Sep 2014 04:18:24 -0500 Subject: [PATCH] Version 0.12.8 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b17dd918..adde1761 100644 --- a/README.md +++ b/README.md @@ -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.6"}] + [{:timex, "~> 0.12.8"}] end ``` diff --git a/mix.exs b/mix.exs index 923a6d0e..85fdd233 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Timex.Mixfile do def project do [ app: :timex, - version: "0.12.7", + version: "0.12.8", elixir: "~> 1.0.0", description: "A date/time library for Elixir", package: package,