Skip to content

Commit

Permalink
Bump version to 0.0.14 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
sn3p authored and tarzan committed Jan 11, 2019
1 parent 2ef47a5 commit cb292a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.0.14

- Use `Jason` instead of `Poison`.

# v0.0.13

- Update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A module for creating coupled modules of CSS, Javascript and Views in Phoenix.
Add the following to the dependencies in `mix.exs`:

```ex
{:ex_cell, "~> 0.0.13"}
{:ex_cell, "~> 0.0.14"}
```

In Phoenix 1.3.0+ add the following to `lib/app_web/web.ex`:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExCell.Mixfile do
use Mix.Project

@version "0.0.13"
@version "0.0.14"

def project do
[
Expand Down

0 comments on commit cb292a8

Please sign in to comment.