Skip to content

Commit ce1d4d5

Browse files
authored
Update mix.exs
1 parent 7353476 commit ce1d4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
defmodule Spotter.MixProject do
22
use Mix.Project
33

4-
@version "0.5.0"
4+
@version "0.5.1"
55

66
def project do
77
[
88
app: :spotter,
99
version: @version,
10-
elixir: "~> 1.7",
10+
elixir: "~> 1.9",
1111
start_permanent: Mix.env() == :prod,
1212
description: description(),
1313
package: package(),

0 commit comments

Comments
 (0)