mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2026-01-12 20:33:40 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cdbb9d9aa5 | |||
| 2d6445447b | |||
| 57e65e1901 |
@ -12,5 +12,5 @@ trait ValidatorHelper {
|
||||
|
||||
object ValidatorHelper {
|
||||
|
||||
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./?| ")
|
||||
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./? ")
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
version := "0.15.5"
|
||||
version := "0.15.3"
|
||||
|
||||
Reference in New Issue
Block a user