Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Linkify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
Elixir libraries
Linkify
Commits
5ab4cff3
Verified
Commit
5ab4cff3
authored
4 years ago
by
minibikini
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
parent
c20ca9d2
No related branches found
No related tags found
1 merge request
!22
Release v0.2.0
Pipeline
#32959
passed
4 years ago
Stage: lint
Stage: test
Stage: analysis
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mix.exs
+2
-2
2 additions, 2 deletions
mix.exs
with
2 additions
and
2 deletions
mix.exs
+
2
−
2
View file @
5ab4cff3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment