From dd02822df923387627915a149a876e1d8b5093da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:38:47 +0800 Subject: [PATCH] chore: bump to 0.1.2 (#67) Bumped main version Please ensure: - [x] Target branch is correct (`main`) - [x] `main` version is bumped correctly To make edits to this PR: ```shell git fetch origin release/0.1.2 && git checkout -b release/0.1.2 origin/release/0.1.2 ``` 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 ad1c634..5c32793 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.1", + version: "0.1.2", name: "JetPluginSDK", elixir: "~> 1.14", description: "The Jet Plugin SDK",