logo

auto_linker

AutoLinker-shim, based on https://git.pleroma.social/pleroma/auto_linker git clone https://hacktivis.me/git/auto_linker.git
commit: b846e25b837af50caa44263b42b59d4d5d89b179
parent 971b5f3a69338745c3b4a390385769954d79c3e9
Author: Egor Kislitsyn <egor@kislitsyn.com>
Date:   Wed,  7 Oct 2020 18:55:53 +0400

Version bump

Diffstat:

MREADME.md4++--
Mmix.exs2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -10,7 +10,7 @@ The package can be installed by adding `linkify` to your list of dependencies in ```elixir def deps do - [{:linkify, "~> 0.1"}] + [{:linkify, "~> 0.3"}] end ``` @@ -43,7 +43,7 @@ This is a fork of [auto_linker](https://github.com/smpallen99/auto_linker) by [S Copyright © 2017 E-MetroTel -Copyright © 2019 Pleroma Authors +Copyright © 2019-2020 Pleroma Authors The source is released under the MIT License. diff --git a/mix.exs b/mix.exs @@ -1,7 +1,7 @@ defmodule Linkify.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.3.0" def project do [