From dd4210402950504e68a38c2d789be6047e6fb21f Mon Sep 17 00:00:00 2001 From: Szymon Soppa Date: Wed, 2 Aug 2023 13:55:57 +0200 Subject: [PATCH] Release 0.1.8 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 282e848..4efa160 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Add the following to your `mix.exs` file: ```elixir defp deps do [ - {:contexted, "~> 0.1.7"} + {:contexted, "~> 0.1.8"} ] end ``` diff --git a/mix.exs b/mix.exs index 525aced..be6887b 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Contexted.MixProject do app: :contexted, description: "Contexted is an Elixir library designed to streamline the management of complex Phoenix contexts in your projects, offering tools for module separation, subcontext creation, and auto-generating CRUD operations for improved code maintainability.", - version: "0.1.7", + version: "0.1.8", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(),