Skip to content
Snippets Groups Projects
Verified Commit 5ab4cff3 authored by minibikini's avatar minibikini
Browse files

Bump version

parent c20ca9d2
No related branches found
No related tags found
1 merge request!22Release v0.2.0
Pipeline #32959 passed
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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment