Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lalabuy948 committed Jan 13, 2025
1 parent c3539d1 commit c956c4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ by adding `phoenix_analytics` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:phoenix_analytics, "~> 0.2"}
{:phoenix_analytics, "~> 0.3"}
]
end
```
Expand Down Expand Up @@ -67,9 +67,9 @@ config :phoenix_analytics,
```

> [!IMPORTANT]
> In case you are hosting your app on fly.io or heroku which doesn't let to persist data on the disk,
> you can add `in_memory: true` into :phoenix_analytics config.
> And don't forget to remove `duckdb_path` from the config, otherwise PA will try to create duckdb on the disk.
> In case you are hosting your app on fly.io or heroku which doesn't let to persist data on the disk,
> you can add `in_memory: true` into :phoenix_analytics config.
> And don't forget to remove `duckdb_path` from the config, otherwise PA will try to create duckdb on the disk.
```elixir
config :phoenix_analytics,
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 PhoenixAnalytics.MixProject do
use Mix.Project

@version "0.2.1"
@version "0.3.0"

def project do
[
Expand Down

0 comments on commit c956c4f

Please sign in to comment.