Bump v0.2.0

This commit is contained in:
Mitchell Hanberg 2019-08-13 18:28:28 -04:00
parent 43f10cd0de
commit a20900a281
3 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,9 @@
## Master
- Import `radio_buttton/4`
## 0.2.0
- Wrap `radio_buttton/4` from Phoenix.HTML.Form
## 0.1.2

View file

@ -13,7 +13,7 @@ Add `temple` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:temple, "~> 0.1.0"}]
[{:temple, "~> 0.2.0"}]
end
```

View file

@ -6,7 +6,7 @@ defmodule Temple.MixProject do
app: :temple,
name: "Temple",
description: "An HTML DSL for Elixir and Phoenix",
version: "0.1.2",
version: "0.2.0",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.7",