Skip to content

Commit

Permalink
bump version 1.6.7 -> 1.6.8 for get_token/2 with url #94
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 18, 2023
1 parent 26d7b86 commit 2fa720c
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 @@ -84,7 +84,7 @@ Add a line for **`:elixir_auth_google`** in the **`deps`** list:
```elixir
def deps do
[
{:elixir_auth_google, "~> 1.6.7"}
{:elixir_auth_google, "~> 1.6.8"}
]
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 ElixirAuthGoogle.MixProject do
use Mix.Project

@description "Minimalist Google OAuth Authentication for Elixir Apps"
@version "1.6.7"
@version "1.6.8"

def project do
[
Expand Down

0 comments on commit 2fa720c

Please sign in to comment.