Skip to content

Commit

Permalink
chore: bump to 0.1.2 (#67)
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.2 && git checkout -b release/0.1.2 origin/release/0.1.2
```

cc @fahchen

Co-authored-by: fahchen <[email protected]>
  • Loading branch information
github-actions[bot] and fahchen authored Jun 11, 2024
1 parent ae97601 commit dd02822
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.1",
version: "0.1.2",
name: "JetPluginSDK",
elixir: "~> 1.14",
description: "The Jet Plugin SDK",
Expand Down

0 comments on commit dd02822

Please sign in to comment.