Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Nov 29, 2022
1 parent 90b4460 commit 32dd970
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

# v0.4.1
# v0.4.2

* Fix `assets_host()` callback return type

## v0.4.1

* Add `assets_host/0` to `Bow.Uploader` for custom assets host

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ File uploads for Elixir
```elixir
def deps do
[
{:bow, "~> 0.4.1"},
{:bow, "~> 0.4.2"},

# for AWS S3 support
{:ex_aws, "~> 2.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Bow.Mixfile do
use Mix.Project

@version "0.4.1"
@version "0.4.2"

def project do
[
Expand Down

0 comments on commit 32dd970

Please sign in to comment.