From a0731191a235c641505b7d53a71c632c6f9d26a6 Mon Sep 17 00:00:00 2001 From: Tomek Gryszkiewicz Date: Wed, 22 Feb 2017 19:16:36 +0100 Subject: [PATCH] 0.2.6 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0f530d6..dbbc3cf 100644 --- a/mix.exs +++ b/mix.exs @@ -30,7 +30,7 @@ defmodule Drab.Mixfile do defp description() do """ - Plugin to the Phoenix Framework to query and manipulate browser DOM objects directly from Elixir. + Plugin to the Phoenix Framework to query and manipulate User Interface in browser directly from Elixir. """ end