From 7a6639c20671c3a4256f1023d59412f8d472dae6 Mon Sep 17 00:00:00 2001 From: Sean Moriarity Date: Wed, 7 Aug 2024 10:51:16 -0400 Subject: [PATCH] Publish v0.1.1 --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index ad36f06..ff58397 100644 --- a/mix.exs +++ b/mix.exs @@ -2,12 +2,12 @@ defmodule Hop.MixProject do use Mix.Project @source_url "https://github.com/seanmor5/hop" - @version "0.1.0" + @version "0.1.1" def project do [ app: :hop, - version: "0.1.0", + version: @version, elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,