Skip to content

Commit b1e5616

Browse files
committed
Release 0.7
1 parent c10d6f8 commit b1e5616

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PhoenixSlime.Mixfile do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.7.0"
55

66
def project do
77
[
@@ -20,10 +20,10 @@ defmodule PhoenixSlime.Mixfile do
2020
end
2121

2222
def deps do
23-
[{:phoenix, "~> 1.1 or ~> 1.2-rc"},
23+
[{:phoenix, "~> 1.1 or ~> 1.2"},
2424
{:phoenix_html, "~> 2.3"},
2525
{:cowboy, "~> 1.0"},
26-
{:slime, "~> 0.13.0"}]
26+
{:slime, "~> 0.14"}]
2727
end
2828

2929
defp package do

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"poison": {:hex, :poison, "1.5.0", "f2f4f460623a6f154683abae34352525e1d918380267cdbd949a07ba57503248", [:mix], []},
77
"ranch": {:hex, :ranch, "1.2.0", "b286a948a0706a700a9f577e5cecbb2dc66097ea79f3ddb20ba5536069bdb7aa", [:make], []},
88
"slim_fast": {:hex, :slim_fast, "0.6.0"},
9-
"slime": {:hex, :slime, "0.13.0", "fb9b1296b5ef3fe6aed09deec2794a146c94f5270b3bcd9f956c01d3660fc196", [:mix], []}}
9+
"slime": {:hex, :slime, "0.14.0", "db38c12f9d244295e127bc6fac88e3d75430c3d4b24ebde03a3704ccad678653", [:mix], []}}

0 commit comments

Comments
 (0)