From f034636801208cdfcc8445072bd59dd822fdb590 Mon Sep 17 00:00:00 2001 From: Chris Vincent Date: Mon, 25 Nov 2024 21:20:07 -0600 Subject: [PATCH] Bump version --- README.md | 2 +- flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a2598f..2cabcec 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ by adding `ha_notifier` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:ha_notifier, "~> 0.1.0"} + {:ha_notifier, "~> 0.1.1"} ] end ``` diff --git a/flake.nix b/flake.nix index 815ec5a..e147356 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ rec { { moduleWithSystem, ... }: let pname = "ha-notifier"; - version = "0.1.0"; + version = "0.1.1"; in { perSystem = diff --git a/mix.exs b/mix.exs index fa21126..cb11598 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule HANotifier.MixProject do def project do [ app: :ha_notifier, - version: "0.1.0", + version: "0.1.1", elixir: "~> 1.17", start_permanent: Mix.env() == :prod, deps: deps()