Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Jun 27, 2016
1 parent c10d6f8 commit b1e5616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PhoenixSlime.Mixfile do
use Mix.Project

@version "0.6.0"
@version "0.7.0"

def project do
[
Expand All @@ -20,10 +20,10 @@ defmodule PhoenixSlime.Mixfile do
end

def deps do
[{:phoenix, "~> 1.1 or ~> 1.2-rc"},
[{:phoenix, "~> 1.1 or ~> 1.2"},
{:phoenix_html, "~> 2.3"},
{:cowboy, "~> 1.0"},
{:slime, "~> 0.13.0"}]
{:slime, "~> 0.14"}]
end

defp package do
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"poison": {:hex, :poison, "1.5.0", "f2f4f460623a6f154683abae34352525e1d918380267cdbd949a07ba57503248", [:mix], []},
"ranch": {:hex, :ranch, "1.2.0", "b286a948a0706a700a9f577e5cecbb2dc66097ea79f3ddb20ba5536069bdb7aa", [:make], []},
"slim_fast": {:hex, :slim_fast, "0.6.0"},
"slime": {:hex, :slime, "0.13.0", "fb9b1296b5ef3fe6aed09deec2794a146c94f5270b3bcd9f956c01d3660fc196", [:mix], []}}
"slime": {:hex, :slime, "0.14.0", "db38c12f9d244295e127bc6fac88e3d75430c3d4b24ebde03a3704ccad678653", [:mix], []}}

0 comments on commit b1e5616

Please sign in to comment.