Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r8 committed Oct 30, 2024
1 parent a40e866 commit 4b79445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.2.0] - 2024-10-30

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The package can be installed by adding `ash_authentication_firebase` to your lis
```elixir
def deps do
[
{:ash_authentication_firebase, "~> 0.0.1"}
{:ash_authentication_firebase, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AshAuthentication.Firebase.MixProject do
use Mix.Project

@version "0.0.1"
@version "0.2.0"
@source "https://github.com/r8/ash_authentication_firebase"

def project do
Expand Down

0 comments on commit 4b79445

Please sign in to comment.