Skip to content

Commit

Permalink
Update Kanta version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturz committed Sep 26, 2023
1 parent c5c94ec commit 6a1fa24
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 @@ -102,7 +102,7 @@ by adding `kanta` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kanta, "~> 0.2.2"},
{:kanta, "~> 0.3.0"},
{:gettext, git: "[email protected]:ravensiris/gettext.git", branch: "runtime-gettext"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Kanta.MixProject do
app: :kanta,
description: "User-friendly translations manager for Elixir/Phoenix projects.",
package: package(),
version: "0.2.2",
version: "0.3.0",
elixir: "~> 1.14",
elixirc_options: [
warnings_as_errors: true
Expand Down

0 comments on commit 6a1fa24

Please sign in to comment.