Skip to content

Commit

Permalink
Bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jul 31, 2024
1 parent eb014e7 commit 59d64ee
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 @@ -35,7 +35,7 @@ Add `orb` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:orb, "~> 0.0.50"}
{:orb, "~> 0.0.51"}
]
end
```
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.50"}
{:orb, "~> 0.0.51"}
]
end
```
Expand Down

0 comments on commit 59d64ee

Please sign in to comment.