Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
r8 committed Jan 14, 2021
1 parent 815051b commit 9b54d48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.4.1] - 2021-01-14
### Fixed
- Call the youtube oembed with https ([@fatboypunk](https://github.com/fatboypunk))

## [0.4.0] - 2020-07-21
### Added
- Add Youtube provider ([@Kuret](https://github.com/Kuret))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add `oembed` to your list of dependencies in `mix.exs`:

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

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 OEmbed.Mixfile do
use Mix.Project

@version "0.4.0"
@version "0.4.1"

def project do
[
Expand Down

0 comments on commit 9b54d48

Please sign in to comment.