Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
Relrin authored Aug 5, 2019
1 parent 7353476 commit ce1d4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defmodule Spotter.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.5.1"

def project do
[
app: :spotter,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
description: description(),
package: package(),
Expand Down

0 comments on commit ce1d4d5

Please sign in to comment.