Skip to content

Commit

Permalink
Release 0.0.3 (#11)
Browse files Browse the repository at this point in the history
- It is no longer needed to specify an adapter for views, cells and controllers
  • Loading branch information
jessedijkstra authored and fatboypunk committed Aug 1, 2017
1 parent 583c22d commit 32d0aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.2"}
{:ex_cell, "~> 0.0.3"}
```

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.2"
@version "0.0.3"

def project do
[app: :ex_cell,
Expand Down

0 comments on commit 32d0aff

Please sign in to comment.