Skip to content

Commit 80d18dd

Browse files
committed
Release 0.6.0
1 parent 788025e commit 80d18dd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Usage
1515

16-
1. Add `{:phoenix_slime, "~> 0.5.1"}` to your deps in `mix.exs`.
16+
1. Add `{:phoenix_slime, "~> 0.6.0"}` to your deps in `mix.exs`.
1717
2. Add the following your Phoenix `config/config.exs`:
1818

1919
```elixir

mix.exs

Lines changed: 1 addition & 1 deletion
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.5.1"
4+
@version "0.6.0"
55

66
def project do
77
[

mix.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
%{"cowboy": {:hex, :cowboy, "1.0.4"},
2-
"cowlib": {:hex, :cowlib, "1.0.2"},
3-
"phoenix": {:hex, :phoenix, "1.1.1"},
4-
"phoenix_html": {:hex, :phoenix_html, "2.3.0"},
5-
"plug": {:hex, :plug, "1.0.3"},
6-
"poison": {:hex, :poison, "1.5.0"},
7-
"ranch": {:hex, :ranch, "1.2.0"},
1+
%{"cowboy": {:hex, :cowboy, "1.0.4", "a324a8df9f2316c833a470d918aaf73ae894278b8aa6226ce7a9bf699388f878", [:rebar, :make], [{:cowlib, "~> 1.0.0", [hex: :cowlib, optional: false]}, {:ranch, "~> 1.0", [hex: :ranch, optional: false]}]},
2+
"cowlib": {:hex, :cowlib, "1.0.2", "9d769a1d062c9c3ac753096f868ca121e2730b9a377de23dec0f7e08b1df84ee", [:make], []},
3+
"phoenix": {:hex, :phoenix, "1.1.1", "9958482edd19e921fdde9c1c6e542dab6349d8219be85f6147deed2c30094324", [:mix], [{:poison, "~> 1.3", [hex: :poison, optional: false]}, {:plug, "~> 1.0", [hex: :plug, optional: false]}, {:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}]},
4+
"phoenix_html": {:hex, :phoenix_html, "2.3.0", "28264d1722a22426200224e500b2eac1f38f628e6ec30b20f332c3713edf2f82", [:mix], [{:plug, "~> 0.13 or ~> 1.0", [hex: :plug, optional: false]}]},
5+
"plug": {:hex, :plug, "1.0.3", "8bbcbdaa4cb15170b9a15cb12153e8a6d9e176ce78e4c1990ea0b505b0ca24a0", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}]},
6+
"poison": {:hex, :poison, "1.5.0", "f2f4f460623a6f154683abae34352525e1d918380267cdbd949a07ba57503248", [:mix], []},
7+
"ranch": {:hex, :ranch, "1.2.0", "b286a948a0706a700a9f577e5cecbb2dc66097ea79f3ddb20ba5536069bdb7aa", [:make], []},
88
"slim_fast": {:hex, :slim_fast, "0.6.0"},
9-
"slime": {:hex, :slime, "0.12.2"}}
9+
"slime": {:hex, :slime, "0.13.0", "fb9b1296b5ef3fe6aed09deec2794a146c94f5270b3bcd9f956c01d3660fc196", [:mix], []}}

0 commit comments

Comments
 (0)