From 2f0d028332b3949b63d442ac228f1e57ecea4f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Sun, 16 Mar 2025 21:12:53 +0200 Subject: [PATCH] Bump up version number --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6b28521..8415482 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Osuuspuutarha.MixProject do def project do [ app: :osuuspuutarha, - version: "0.1.0", + version: "1.1.0", elixir: "~> 1.12", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,