Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickforall committed Apr 6, 2021
1 parent b566f60 commit d975ab4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0

- Fixed an issue where token store was never refreshed

## 0.2.1

- Tweaked the refresh interval of fetching private keys from Google
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ by adding `ex_firebase_auth` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_firebase_auth, "~> 0.1.0"}
{:ex_firebase_auth, "~> 0.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 @@ -4,7 +4,7 @@ defmodule ExFirebaseAuth.MixProject do
def project do
[
app: :ex_firebase_auth,
version: "0.2.1",
version: "0.3.0",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit d975ab4

Please sign in to comment.