Skip to content

Commit

Permalink
relax version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
asakura committed Nov 10, 2023
1 parent c79db7c commit f6d8ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add `mixpanel_api_ex` to your list of dependencies in `mix.exs`.
```elixir
def deps do
[
{:mixpanel_api_ex, "~> 1.2.0"},
{:mixpanel_api_ex, "~> 1.2"},

# optional, but recommended adapter
{:hackney, "~> 1.20"}
Expand Down

0 comments on commit f6d8ae0

Please sign in to comment.