Bump v0.1.2
This commit is contained in:
parent
eb0fde6e83
commit
408dfdc6c7
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
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.1.1",
|
||||
version: "0.1.2",
|
||||
package: package(),
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
elixir: "~> 1.7",
|
||||
|
|
Reference in a new issue