From 3027a949ad01108246330be6adda3b3f9585db6b Mon Sep 17 00:00:00 2001 From: Marcin Siepetowski Date: Fri, 15 Dec 2023 16:41:30 +0100 Subject: [PATCH] Bump version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dc7b25..489bcf7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add `viex` to your list of dependencies in `mix.exs`: ```elixir def deps do - [{:viex, "~> 0.3.0"}] + [{:viex, "~> 0.3.1"}] end ``` diff --git a/mix.exs b/mix.exs index cf7003d..076be60 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Viex.Mixfile do def project do [ app: :viex, - version: "0.3.0", + version: "0.3.1", elixir: "~> 1.4", description: "Elixir package to validate European VAT numbers with the VIES service.", build_embedded: Mix.env() == :prod,