Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Mar 30, 2024
1 parent de708c1 commit b9b1472
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 @@ -25,7 +25,7 @@ The package can be installed by adding `shin_auth` to your list of dependencies
```elixir
def deps do
[
{:shin_auth, "~> 1.2.0"}
{:shin_auth, "~> 1.3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ShinAuth.MixProject do
use Mix.Project

@source_url "https://github.com/LauraBeatris/shin"
@version "1.2.0"
@version "1.3.0"

def project do
[
Expand Down

0 comments on commit b9b1472

Please sign in to comment.