Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jun 23, 2024
1 parent cedab87 commit 4b82153
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add `orb` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:orb, "~> 0.0.45"}
{:orb, "~> 0.0.46"}
]
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.45",
version: "0.0.46",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down
2 changes: 1 addition & 1 deletion site/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add `orb` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:orb, "~> 0.0.45"}
{:orb, "~> 0.0.46"}
]
end
```
Expand Down

0 comments on commit 4b82153

Please sign in to comment.