From 32d0aff15752109fd209c61de84a27028ed1b031 Mon Sep 17 00:00:00 2001 From: Jesse Dijkstra Date: Tue, 1 Aug 2017 14:51:21 +0200 Subject: [PATCH] Release 0.0.3 (#11) - It is no longer needed to specify an adapter for views, cells and controllers --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9778a1..794e52e 100644 --- a/README.md +++ b/README.md @@ -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`: diff --git a/mix.exs b/mix.exs index cef5f88..8c75ebc 100644 --- a/mix.exs +++ b/mix.exs @@ -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,