Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch4s3 committed Feb 16, 2023
1 parent 6061a6d commit d79cd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ by adding `crunch_berry` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:crunch_berry, "~> 0.4.4"}
{:crunch_berry, "~> 0.4.5"}
]
end
```
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 CrunchBerry.MixProject do
def project do
[
app: :crunch_berry,
version: "0.4.4",
version: "0.4.5",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
config_path: "./config/config.exs",
Expand Down

0 comments on commit d79cd65

Please sign in to comment.