Bump v0.4.3
This commit is contained in:
parent
3e3f4480fa
commit
fb0359fa8c
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Master
|
||||
|
||||
## 0.4.3
|
||||
|
||||
- Compiles when Phoenix is not included in the host application.
|
||||
|
||||
## 0.4.2
|
||||
|
||||
- temple.convert task no longer fails when parsing HTML fragments.
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -6,7 +6,7 @@ defmodule Temple.MixProject do
|
|||
app: :temple,
|
||||
name: "Temple",
|
||||
description: "An HTML DSL for Elixir and Phoenix",
|
||||
version: "0.4.2",
|
||||
version: "0.4.3",
|
||||
package: package(),
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
elixir: "~> 1.7",
|
||||
|
|
Reference in a new issue