Skip to content

Commit 6329f29

Browse files
committed
bump version to 1.6.4 to release host config #75
1 parent db1e88b commit 6329f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Add a line for **`:elixir_auth_google`** in the **`deps`** list:
8484
```elixir
8585
def deps do
8686
[
87-
{:elixir_auth_google, "~> 1.6.3"}
87+
{:elixir_auth_google, "~> 1.6.4"}
8888
]
8989
end
9090
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ElixirAuthGoogle.MixProject do
22
use Mix.Project
33

44
@description "Minimalist Google OAuth Authentication for Elixir Apps"
5-
@version "1.6.3"
5+
@version "1.6.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)