Skip to content

Commit

Permalink
Updated submodile modest_html; Bumbed version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
f34nk committed Apr 24, 2018
1 parent 8795656 commit f49ad14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ModestEx Changelog

## 1.0.2

April 24, 2018

- Updated submodule `modest_html` for better performance.

## 1.0.1

April 23, 2018
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Available on [hex](https://hex.pm/packages/modest_ex).
```elixir
def deps do
[
{:modest_ex, "~> 1.0.1"}
{:modest_ex, "~> 1.0.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ModestEx.MixProject do
def project do
[
app: :modest_ex,
version: "1.0.1",
version: "1.0.2",
elixir: "~> 1.5",
compilers: [:modest_ex_compile] ++ Mix.compilers(),
build_embedded: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion target/modest_html

0 comments on commit f49ad14

Please sign in to comment.