File tree 5 files changed +10
-10
lines changed
configlib-paper/src/main/resources
configlib-velocity/src/main/java/de/exlll/configlib
configlib-waterfall/src/main/resources 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ this [issue](https://github.com/Exlll/ConfigLib/issues/12) if you have any troub
697
697
<dependency>
698
698
<groupId>de.exlll</groupId>
699
699
<artifactId>configlib-yaml</artifactId>
700
- <version>4.0 .0</version>
700
+ <version>4.1 .0</version>
701
701
</dependency>
702
702
` ` `
703
703
@@ -706,13 +706,13 @@ this [issue](https://github.com/Exlll/ConfigLib/issues/12) if you have any troub
706
706
` ` ` groovy
707
707
repositories { maven { url 'https://maven.pkg.github.com/Exlll/ConfigLib' } }
708
708
709
- dependencies { implementation 'de.exlll:configlib-yaml:4.0 .0' }
709
+ dependencies { implementation 'de.exlll:configlib-yaml:4.1 .0' }
710
710
` ` `
711
711
712
712
` ` ` kotlin
713
713
repositories { maven { url = uri("https://maven.pkg.github.com/Exlll/ConfigLib") } }
714
714
715
- dependencies { implementation("de.exlll:configlib-yaml:4.0 .0") }
715
+ dependencies { implementation("de.exlll:configlib-yaml:4.1 .0") }
716
716
` ` `
717
717
718
718
</details>
Original file line number Diff line number Diff line change 1
1
allprojects {
2
2
group = " de.exlll"
3
- version = " 4.0 .0"
4
- }
3
+ version = " 4.1 .0"
4
+ }
Original file line number Diff line number Diff line change 1
1
name : ConfigLib
2
- version : 4.0 .0
2
+ version : 4.1 .0
3
3
website : https://github.com/Exlll/ConfigLib
4
4
description : A library for working with YAML configurations.
5
5
author : Exlll
6
6
main : de.exlll.configlib.ConfigLib
7
- api-version : 1.19
7
+ api-version : 1.19
Original file line number Diff line number Diff line change 8
8
@ Plugin (
9
9
id = "configlib" ,
10
10
name = "ConfigLib" ,
11
- version = "4.0 .0" ,
11
+ version = "4.1 .0" ,
12
12
url = "https://github.com/Exlll/ConfigLib" ,
13
13
description = "A library for working with YAML configurations." ,
14
14
authors = {"Exlll" }
Original file line number Diff line number Diff line change 1
1
name : ConfigLib
2
- version : 4.0 .0
2
+ version : 4.1 .0
3
3
website : https://github.com/Exlll/ConfigLib
4
4
description : A library for working with YAML configurations.
5
5
author : Exlll
6
- main : de.exlll.configlib.ConfigLib
6
+ main : de.exlll.configlib.ConfigLib
You can’t perform that action at this time.
0 commit comments