From e263ea9b2dbd34aa7f838b7d2ad950a4e4e02d14 Mon Sep 17 00:00:00 2001 From: vanppo Date: Mon, 21 Oct 2024 15:44:13 +0800 Subject: [PATCH] chore: bump version to 0.1.5 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6eebea8..5c35b22 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JetPluginSDK.MixProject do def project do [ app: :jet_plugin_sdk, - version: "0.1.4", + version: "0.1.5", name: "JetPluginSDK", elixir: "~> 1.14", description: "The Jet Plugin SDK",