Skip to content

Commit

Permalink
chore: bump to 0.1.4 (#92)
Browse files Browse the repository at this point in the history
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.4 && git checkout -b release/0.1.4 origin/release/0.1.4
```

cc @fahchen

Co-authored-by: fahchen <[email protected]>
  • Loading branch information
github-actions[bot] and fahchen authored Sep 26, 2024
1 parent 6268b53 commit 4faf658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule JetPluginSDK.MixProject do
def project do
[
app: :jet_plugin_sdk,
version: "0.1.3",
version: "0.1.4",
name: "JetPluginSDK",
elixir: "~> 1.14",
description: "The Jet Plugin SDK",
Expand Down

0 comments on commit 4faf658

Please sign in to comment.