From a8465c8f6b0100b9790912301195c132699d47a9 Mon Sep 17 00:00:00 2001 From: Thomas Timmer Date: Thu, 6 Jun 2024 22:10:38 +0200 Subject: [PATCH] feat: bump version 0.3.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6920312..cfc5805 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Json5.MixProject do def project do [ app: :json5, - version: "0.2.0", + version: "0.3.0", elixir: "~> 1.10", description: "Json5 in Elixir", start_permanent: Mix.env() == :prod,