Skip to content

Commit

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

cc @vanppo

Co-authored-by: vanppo <[email protected]>
  • Loading branch information
github-actions[bot] and vanppo authored Aug 1, 2024
1 parent 853e083 commit a03cd67
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 JetExt.MixProject do
def project do
[
app: :jet_ext,
version: "0.2.2",
version: "0.2.3",
elixir: "~> 1.14",
description: "The extended tools for the Jet Team.",
source_url: "https://github.com/Byzanteam/jet-ext",
Expand Down

0 comments on commit a03cd67

Please sign in to comment.