forked from public-mirrors/ConfigLib
Update version to 4.1.0
* Added jitpack.io support (by @RobotHanzo) * Added two new NameFormatters (by @Insprill) - LOWER_KEBAB_CASE - UPPER_KEBAB_CASE * Fixed handling of comments that contain newlines (by @Insprill)dev v4.1.0
parent
e1dcacb1a1
commit
0f3656a21b
@ -1,4 +1,4 @@
|
||||
allprojects {
|
||||
group = "de.exlll"
|
||||
version = "4.0.0"
|
||||
}
|
||||
version = "4.1.0"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: ConfigLib
|
||||
version: 4.0.0
|
||||
version: 4.1.0
|
||||
website: https://github.com/Exlll/ConfigLib
|
||||
description: A library for working with YAML configurations.
|
||||
author: Exlll
|
||||
main: de.exlll.configlib.ConfigLib
|
||||
api-version: 1.19
|
||||
api-version: 1.19
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: ConfigLib
|
||||
version: 4.0.0
|
||||
version: 4.1.0
|
||||
website: https://github.com/Exlll/ConfigLib
|
||||
description: A library for working with YAML configurations.
|
||||
author: Exlll
|
||||
main: de.exlll.configlib.ConfigLib
|
||||
main: de.exlll.configlib.ConfigLib
|
||||
|
Loading…
Reference in New Issue