Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fishjam_protos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The package can be installed by adding `fishjam_protos` to your list of dependen
```elixir
def deps do
[
{:fishjam_protos, "~> 0.3.0"}
{:fishjam_protos, "~> 0.4.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion fishjam_protos/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule FishjamProtos.MixProject do
def project do
[
app: :fishjam_protos,
version: "0.3.0",
version: "0.4.0",
elixir: "~> 1.17",
start_permanent: Mix.env() == :prod,
elixirc_paths: ["lib"],
Expand Down
Loading