Bump v0.4.2
This commit is contained in:
parent
d8e17c54bb
commit
71bddc6346
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## Master
|
## Master
|
||||||
|
|
||||||
|
## 0.4.2
|
||||||
|
|
||||||
|
- temple.convert task no longer fails when parsing HTML fragments.
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
- Only use Floki in dev and test environments
|
- Only use Floki in dev and test environments
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -6,7 +6,7 @@ defmodule Temple.MixProject do
|
||||||
app: :temple,
|
app: :temple,
|
||||||
name: "Temple",
|
name: "Temple",
|
||||||
description: "An HTML DSL for Elixir and Phoenix",
|
description: "An HTML DSL for Elixir and Phoenix",
|
||||||
version: "0.4.1",
|
version: "0.4.2",
|
||||||
package: package(),
|
package: package(),
|
||||||
elixirc_paths: elixirc_paths(Mix.env()),
|
elixirc_paths: elixirc_paths(Mix.env()),
|
||||||
elixir: "~> 1.7",
|
elixir: "~> 1.7",
|
||||||
|
|
Reference in a new issue