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
gordalina committed Aug 14, 2020
1 parent 0db357e commit 3f7d415
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Next
## v0.4.0

- Add Transformers to mutate data in runtime.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ Add `hush` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:hush, "~> 0.3.2"}
{:hush, "~> 0.4.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Hush.MixProject do
use Mix.Project

@version "0.3.2"
@version "0.4.0"
@source_url "https://github.com/gordalina/hush"

def project do
Expand Down

0 comments on commit 3f7d415

Please sign in to comment.