Compare commits

..

No commits in common. "master" and "1.26" have entirely different histories.
master ... 1.26

2 changed files with 1 additions and 6 deletions

View File

@ -9,7 +9,7 @@ plugins {
apply plugin: 'kotlin'
group 'io.izzel.taboolib'
version '1.27'
version '1.26'
configurations {
embed

View File

@ -23,10 +23,5 @@ class Links {
this.url = url
return this
}
@Override
String toString() {
return url
}
}
}