From f18fc0ab6313fc6f11e3c36f8a0c92699ed14abe Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Sat, 14 Dec 2024 00:35:26 +0200 Subject: [PATCH] chore: bump to 0.2.0 i finally remembered that with each feat commit you're supposed to bump the minor, not the patch. so i bumped to 0.2.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 550af24..60d7865 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Exmr.MixProject do def project do [ app: :exmr, - version: "0.1.4", + version: "0.2.0", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,