Bump version

This commit is contained in:
Egor Kislitsyn 2020-07-20 14:55:09 +04:00
parent c20ca9d206
commit 5ab4cff3c8
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805

View file

@ -1,7 +1,7 @@
defmodule Linkify.Mixfile do defmodule Linkify.Mixfile do
use Mix.Project use Mix.Project
@version "0.1.1" @version "0.2.0"
def project do def project do
[ [
@ -37,7 +37,7 @@ defmodule Linkify.Mixfile do
defp package do defp package do
[ [
licenses: ["MIT"], licenses: ["MIT"],
links: %{"GitLab" => "https://git.pleroma.social/pleroma/linkify"}, links: %{"GitLab" => "https://git.pleroma.social/pleroma/elixir-libraries/linkify"},
files: ~w(lib priv README.md mix.exs LICENSE) files: ~w(lib priv README.md mix.exs LICENSE)
] ]
end end