Commit f9baedb72f223f699265ec1881605b96451cf88b

Thomas de Grivel 2022-01-17T13:55:34

bump version

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/mix.exs b/mix.exs
index 9de9ae5..0d22d46 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Kmxgit.MixProject do
   def project do
     [
       app: :kmxgit,
-      version: "0.2.0",
+      version: "0.3.0",
       elixir: "~> 1.12",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:gettext] ++ Mix.compilers(),