Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Feb 18, 2021
1 parent 2bb90f9 commit 077c8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule FastRss.MixProject do
use Mix.Project

@source_url "https://github.com/avencera/fast_rss"
@version "0.3.4"
@version "0.3.5"

def project do
[
Expand Down Expand Up @@ -46,7 +46,7 @@ defmodule FastRss.MixProject do
markdown_processor: ExDoc.Markdown.Earmark,
extras: ["README.md", "CHANGELOG.md", "LICENSE.md"],
source_ref: "v#{@version}",
source_url: @source_url,
source_url: @source_url
]
end

Expand Down

0 comments on commit 077c8c0

Please sign in to comment.