Version bump

This commit is contained in:
Egor Kislitsyn 2020-10-07 18:55:53 +04:00
parent 971b5f3a69
commit b846e25b83
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ The package can be installed by adding `linkify` to your list of dependencies in
```elixir ```elixir
def deps do def deps do
[{:linkify, "~> 0.1"}] [{:linkify, "~> 0.3"}]
end 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 © 2017 E-MetroTel
Copyright © 2019 Pleroma Authors Copyright © 2019-2020 Pleroma Authors
The source is released under the MIT License. The source is released under the MIT License.

View file

@ -1,7 +1,7 @@
defmodule Linkify.Mixfile do defmodule Linkify.Mixfile do
use Mix.Project use Mix.Project
@version "0.2.0" @version "0.3.0"
def project do def project do
[ [