From ce147ce298e71fb317eb77017cf1ca513745bf06 Mon Sep 17 00:00:00 2001 From: Max Marcon Date: Sat, 28 Dec 2024 11:10:29 +0100 Subject: [PATCH] Version 1.5.1 --- mix.exs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 4f012c5..8aa1092 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule LiveSelect.MixProject do def project do [ app: app(), - version: "1.5.0", + version: "1.5.1", elixir: "~> 1.14", description: "Dynamic (multi)selection field for LiveView", elixirc_paths: elixirc_paths(Mix.env()), diff --git a/package.json b/package.json index 2f24dd4..de3870b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "live_select", - "version": "1.5.0", + "version": "1.5.1", "description": "JS hooks for LiveSelect", "main": "priv/static/live_select.min.js", "repository": "git@github.com:maxmarcon/live_select.git",