From ae088d412d24873428c8d7db8aad8b9e58c1f77a Mon Sep 17 00:00:00 2001 From: Peter Adam Korodi <52385411+kp-cat@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:45:48 +0100 Subject: [PATCH] Prepare 4.0.0 release (#135) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 365f59db..eb49bf11 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ConfigCat is a [hosted feature flag service](http://configcat.com). Manage featu ```elixir def deps do [ - {:configcat, "~> 3.0.0"} + {:configcat, "~> 4.0.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 74ed6d5d..8111be94 100644 --- a/mix.exs +++ b/mix.exs @@ -9,7 +9,7 @@ defmodule ConfigCat.MixProject do name: "ConfigCat", source_url: @source_url, homepage_url: "https://configcat.com/", - version: "3.0.0", + version: "4.0.0", elixir: "~> 1.12", description: description(), package: package(),