From d7e875b1012a242af229d8545bfae236c58679a8 Mon Sep 17 00:00:00 2001 From: Opak Alex Date: Thu, 21 Jun 2018 20:09:57 +0300 Subject: [PATCH] publish new version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f1a566..362c916 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ First, add Bureaucrat to your `mix.exs` dependencies: ```elixir defp deps do - [{:bureaucrat, "~> 0.2.3"}] + [{:bureaucrat, "~> 0.2.4"}] end ``` diff --git a/mix.exs b/mix.exs index a6f6efb..1d58c32 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Bureaucrat.Mixfile do def project do [app: :bureaucrat, - version: "0.2.3", + version: "0.2.4", elixir: "~> 1.6.1", description: "Generate Phoenix API documentation from tests", deps: deps(),