Skip to content

Commit

Permalink
Bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheharyarn committed Jul 31, 2024
1 parent 71170aa commit c9218ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Changelog
=========


## v0.4.1

- Patch release to fix hex publish issues
- No functional changes in code



## v0.4.0

- Fix function warnings on recent Elixir versions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Add `:memento` to your list of dependencies in your Mix file:

```elixir
def deps do
[{:memento, "~> 0.4.0"}]
[{:memento, "~> 0.4.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Memento.Mixfile do

@app :memento
@name "Memento"
@version "0.4.0"
@version "0.4.1"
@github "https://github.com/sheharyarn/#{@app}"
@author "Sheharyar Naseer"
@license "MIT"
Expand Down

0 comments on commit c9218ee

Please sign in to comment.