From 7a28011a7df2db906a740269790c8bfedeede525 Mon Sep 17 00:00:00 2001 From: Szymon Soppa Date: Tue, 19 Nov 2024 12:27:16 +0100 Subject: [PATCH] Bumps version to 0.3.3 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cef37c7..8bb3202 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Add the following to your `mix.exs` file: ```elixir defp deps do [ - {:contexted, "~> 0.3.2"} + {:contexted, "~> 0.3.3"} ] end ``` diff --git a/mix.exs b/mix.exs index a948285..69355b0 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.3.2", + version: "0.3.3", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(),