Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Jun 27, 2023
1 parent 278d7b2 commit ccfa210
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 @@ -24,7 +24,7 @@ Add LetMe to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:let_me, "~> 1.2.0"}
{:let_me, "~> 1.2.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule LetMe.MixProject do
use Mix.Project

@source_url "https://github.com/woylie/let_me"
@version "1.2.0"
@version "1.2.1"

def project do
[
Expand Down

0 comments on commit ccfa210

Please sign in to comment.