Bump v0.1.2

This commit is contained in:
Mitchell Hanberg 2019-08-10 01:10:45 -04:00
parent eb0fde6e83
commit 408dfdc6c7
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## Master
## 0.1.2
### Bugfixes
- Allow components to be used correctly when their module was `require`d instead of `import`ed

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.1",
version: "0.1.2",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.7",