Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Aug 18, 2015
1 parent 49ac755 commit 1491d64
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.6.0"
@version "1.0.0"

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.16"},
[{:phoenix, "~> 0.16 or ~> 1.0"},
{:ex_doc, "~> 0.7.1", only: :docs},
{:fs, "~> 0.9.1"}]
end
Expand Down

0 comments on commit 1491d64

Please sign in to comment.