From 45916cd7e62de81d05f6f5a0b3161e30384f2bd0 Mon Sep 17 00:00:00 2001 From: dweill Date: Mon, 23 Mar 2026 12:20:53 -0500 Subject: [PATCH] chore: bump version 3.1.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e118f2a..d21aab7 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule NodeJS.MixProject do def project do [ app: :nodejs, - version: "3.1.3", + version: "3.1.4", elixir: "~> 1.12", start_permanent: Mix.env() == :prod, deps: deps(),