Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Mar 20, 2023
1 parent 1d2c16c commit 781066b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## [1.0.3] - 2023-03-21

- Update `ex_doc` and other dev dependencies.

## [1.0.2] - 2023-01-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add LetMe to `mix.exs` :
```elixir
def deps do
[
{:let_me, "~> 1.0.2"}
{:let_me, "~> 1.0.3"}
]
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.0.2"
@version "1.0.3"

def project do
[
Expand Down

0 comments on commit 781066b

Please sign in to comment.