diff --git a/lib/util/constants.ex b/lib/util/constants.ex index 81f027d..01fa99e 100644 --- a/lib/util/constants.ex +++ b/lib/util/constants.ex @@ -2,7 +2,7 @@ defmodule Testcontainers.Constants do @moduledoc false def library_name, do: :testcontainers - def library_version, do: "1.11.1" + def library_version, do: "1.11.2" def container_label, do: "org.testcontainers" def container_lang_label, do: "org.testcontainers.lang" def container_reuse_hash_label, do: "org.testcontainers.reuse-hash" diff --git a/mix.exs b/mix.exs index a521596..c881597 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do use Mix.Project @app :testcontainers - @version "1.11.1" + @version "1.11.2" @source_url "https://github.com/testcontainers/testcontainers-elixir" def project do @@ -21,7 +21,7 @@ defmodule TestcontainersElixir.MixProject do package: [ files: ~w(lib docker_engine_api .formatter.exs mix.exs README* LICENSE*), links: %{"GitHub" => @source_url}, - licenses: ["MIT License"] + licenses: ["MIT"] ], test_coverage: [ summary: [threshold: 50],