Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Feb 24, 2024
1 parent dc8cf6e commit 346ffc5
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 @@ -15,7 +15,7 @@ by adding `Kinda` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kinda, "~> 0.7.0"}
{:kinda, "~> 0.7.1"}
]
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 Kinda.MixProject do
def project do
[
app: :kinda,
version: "0.7.0",
version: "0.7.1",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 346ffc5

Please sign in to comment.