Skip to content

Commit cb292a8

Browse files
sn3ptarzan
authored andcommitted
Bump version to 0.0.14 (#68)
1 parent 2ef47a5 commit cb292a8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.0.14
2+
3+
- Use `Jason` instead of `Poison`.
4+
15
# v0.0.13
26

37
- Update dependencies.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A module for creating coupled modules of CSS, Javascript and Views in Phoenix.
1010
Add the following to the dependencies in `mix.exs`:
1111

1212
```ex
13-
{:ex_cell, "~> 0.0.13"}
13+
{:ex_cell, "~> 0.0.14"}
1414
```
1515

1616
In Phoenix 1.3.0+ add the following to `lib/app_web/web.ex`:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExCell.Mixfile do
22
use Mix.Project
33

4-
@version "0.0.13"
4+
@version "0.0.14"
55

66
def project do
77
[

0 commit comments

Comments
 (0)