diff --git a/README.md b/README.md index 3106ce5..73bdc15 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.2.1"} + {:contexted, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index a5da81f..c45895b 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.2.1", + version: "0.3.0", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(),