Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheharyarn committed Jul 31, 2024
1 parent 464f9cd commit e4fcd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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.3.2"}]
[{:memento, "~> 0.4.0"}]
end
```

Expand Down
4 changes: 1 addition & 3 deletions 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.3.2"
@version "0.4.0"
@github "https://github.com/sheharyarn/#{@app}"
@author "Sheharyar Naseer"
@license "MIT"
Expand Down Expand Up @@ -80,6 +80,4 @@ defmodule Memento.Mixfile do
links: %{"Github" => @github}
]
end

end

0 comments on commit e4fcd72

Please sign in to comment.