From e65b6b4e8f450c0a375422e434efc349f5976ace Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:00:32 +0800 Subject: [PATCH] chore: bump to 0.1.3 (#71) Bumped main version Please ensure: - [ ] Target branch is correct (`main`) - [ ] `main` version is bumped correctly To make edits to this PR: ```shell git fetch origin release/0.1.3 && git checkout -b release/0.1.3 origin/release/0.1.3 ``` cc @fahchen Co-authored-by: fahchen --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b0b0837..a7f37f8 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.2", + version: "0.1.3", name: "JetPluginSDK", elixir: "~> 1.14", description: "The Jet Plugin SDK",