Skip to content

Commit

Permalink
chore: bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveigah committed Nov 18, 2024
1 parent b2f6e62 commit 21fb4a6
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 @@ -38,7 +38,7 @@ features as the project develops. Key features include:
```elixir
def deps do
[
{:klife, "~> 0.1.0"}
{:klife, "~> 0.3.0"}
]
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 Klife.MixProject do
def project do
[
app: :klife,
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 21fb4a6

Please sign in to comment.