Skip to content

Commit

Permalink
Version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 28, 2014
1 parent 428240f commit f7f8f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Timex.Mixfile do

def project do
[ app: :timex,
version: "0.10.1",
version: "0.10.2",
elixir: "~> 0.14.3",
description: "A date/time library for Elixir",
package: package,
Expand All @@ -13,7 +13,7 @@ defmodule Timex.Mixfile do
def application, do: []

defp package do
[ files: ["lib", "mix.exs", "README.md", "LICENSE.md"],
[ files: ["lib", "priv", "mix.exs", "README.md", "LICENSE.md"],
contributors: ["Paul Schoenfelder", "Alexei Sholik"],
licenses: ["MIT"],
links: [ { "GitHub", "https://github.com/bitwalker/timex" } ] ]
Expand Down

0 comments on commit f7f8f52

Please sign in to comment.