Skip to content

Commit c9218ee

Browse files
committed
Bump version to v0.4.1
1 parent 71170aa commit c9218ee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Changelog
22
=========
33

44

5+
## v0.4.1
6+
7+
- Patch release to fix hex publish issues
8+
- No functional changes in code
9+
10+
11+
512
## v0.4.0
613

714
- Fix function warnings on recent Elixir versions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Add `:memento` to your list of dependencies in your Mix file:
6767

6868
```elixir
6969
def deps do
70-
[{:memento, "~> 0.4.0"}]
70+
[{:memento, "~> 0.4.1"}]
7171
end
7272
```
7373

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Memento.Mixfile do
33

44
@app :memento
55
@name "Memento"
6-
@version "0.4.0"
6+
@version "0.4.1"
77
@github "https://github.com/sheharyarn/#{@app}"
88
@author "Sheharyar Naseer"
99
@license "MIT"

0 commit comments

Comments
 (0)