From 5ab4cff3c8377a75e4987f727a31aa85c83d3ef6 Mon Sep 17 00:00:00 2001
From: Egor Kislitsyn <egor@kislitsyn.com>
Date: Mon, 20 Jul 2020 14:55:09 +0400
Subject: [PATCH] Bump version

---
 mix.exs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mix.exs b/mix.exs
index 726b626..93b7934 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule Linkify.Mixfile do
   use Mix.Project
 
-  @version "0.1.1"
+  @version "0.2.0"
 
   def project do
     [
@@ -37,7 +37,7 @@ defmodule Linkify.Mixfile do
   defp package do
     [
       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)
     ]
   end
-- 
GitLab