Skip to content

Commit f7f8f52

Browse files
committed
Version 0.10.2
1 parent 428240f commit f7f8f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

+2-2
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.10.1",
6+
version: "0.10.2",
77
elixir: "~> 0.14.3",
88
description: "A date/time library for Elixir",
99
package: package,
@@ -13,7 +13,7 @@ defmodule Timex.Mixfile do
1313
def application, do: []
1414

1515
defp package do
16-
[ files: ["lib", "mix.exs", "README.md", "LICENSE.md"],
16+
[ files: ["lib", "priv", "mix.exs", "README.md", "LICENSE.md"],
1717
contributors: ["Paul Schoenfelder", "Alexei Sholik"],
1818
licenses: ["MIT"],
1919
links: [ { "GitHub", "https://github.com/bitwalker/timex" } ] ]

0 commit comments

Comments
 (0)