Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Nov 7, 2023
1 parent 6d045ea commit 3868d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The package can be installed via Hex by adding `orb` to your list of dependencie
```elixir
def deps do
[
{:orb, "~> 0.0.23"}
{:orb, "~> 0.0.24"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Orb.MixProject do
def project do
[
app: :orb,
version: "0.0.23",
version: "0.0.24",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 3868d9f

Please sign in to comment.