Skip to content

Commit

Permalink
Bump to version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Nov 20, 2021
1 parent 0ed9379 commit 281f126
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: mathieuprog
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Add `i18n_helpers` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:i18n_helpers, "~> 0.11.0"}
{:i18n_helpers, "~> 0.12.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule I18nHelpers.MixProject do
use Mix.Project

@version "0.11.0"
@version "0.12.0"

def project do
[
Expand Down

0 comments on commit 281f126

Please sign in to comment.