Skip to content

Commit

Permalink
Bump version to relax phoenix vs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Jun 29, 2015
1 parent 33bd75a commit 8eee366
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,7 +1,7 @@
defmodule PhoenixLiveReload.Mixfile do
use Mix.Project

@version "0.4.1"
@version "0.4.2"

def project do
[app: :phoenix_live_reload,
Expand Down Expand Up @@ -30,7 +30,7 @@ defmodule PhoenixLiveReload.Mixfile do
end

defp deps do
[{:phoenix, "~> 0.13.0"},
[{:phoenix, "~> 0.13 or ~> 0.14"},
{:fs, "~> 0.9.1"}]
end
end

0 comments on commit 8eee366

Please sign in to comment.