Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
fidr committed Oct 24, 2024
1 parent 059980d commit 5166af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add to your `mix.exs` and run `mix deps.get`:
```elixir
def deps do
[
{:phoenix_live_react, "~> 0.4"}
{:phoenix_live_react, "~> 0.5"}
]
end
```
Expand Down Expand Up @@ -126,7 +126,7 @@ In your assets dir:
npm add react react-dom
```

## How to add react to Phoenix 1.5 or older
## How to add react to Phoenix 1.5 or older

In your assets dir:

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 PhoenixLiveReact.MixProject do
def project do
[
app: :phoenix_live_react,
version: "0.4.2",
version: "0.5.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
package: package(),
Expand Down

0 comments on commit 5166af8

Please sign in to comment.