From 01a6f4d8252687ff1e55e559135525711fcec0bc Mon Sep 17 00:00:00 2001 From: Peter Adam Korodi <52385411+kp-cat@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:48:01 +0200 Subject: [PATCH] 4.0.2 release (#141) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2f15b8..e67dfec 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, "~> 4.0.1"} + {:configcat, "~> 4.0.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 58935af..ad9c257 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: "4.0.1", + version: "4.0.2", elixir: "~> 1.12", description: description(), package: package(),