Skip to content

Commit

Permalink
Updated README.md and mix.exs to version $(cat version).
Browse files Browse the repository at this point in the history
  • Loading branch information
GPrimola authored and github-actions[bot] committed Feb 27, 2024
1 parent 6e9ff41 commit af6e6e9
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 @@ -17,7 +17,7 @@ Add `yamel` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:yamel, "~> 1.2.1"}
{:yamel, "~> 2.0.1"}
]
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 Yamel.MixProject do
use Mix.Project

@version "1.2.1"
@version "2.0.1"
@source_url "https://github.com/GPrimola/yamel"
@logo_path "priv/img/yamel-logo.png"
@licenses ["Apache-2.0"]
Expand Down

0 comments on commit af6e6e9

Please sign in to comment.