Skip to content

Commit 32d0aff

Browse files
jessedijkstrafatboypunk
authored andcommitted
Release 0.0.3 (#11)
- It is no longer needed to specify an adapter for views, cells and controllers
1 parent 583c22d commit 32d0aff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A module for creating coupled modules of CSS, Javascript and Views in Phoenix
88

99
add the following to the dependencies in `mix.exs`
1010
```ex
11-
{:ex_cell, "~> 0.0.2"}
11+
{:ex_cell, "~> 0.0.3"}
1212
```
1313

1414
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.2"
4+
@version "0.0.3"
55

66
def project do
77
[app: :ex_cell,

0 commit comments

Comments
 (0)