Skip to content

Commit 5412e1e

Browse files
committed
release: v6.0.0-beta.25
1 parent 9dc3eaf commit 5412e1e

46 files changed

Lines changed: 69 additions & 69 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

binary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add dependency to the `dependencies` section:
2121
<dependency>
2222
<groupId>eu.okaeri</groupId>
2323
<artifactId>okaeri-configs-binary</artifactId>
24-
<version>6.0.0-beta.24</version>
24+
<version>6.0.0-beta.25</version>
2525
</dependency>
2626
```
2727

@@ -36,7 +36,7 @@ maven("https://repo.okaeri.cloud/releases")
3636
Add dependency to the `dependencies` section:
3737

3838
```kotlin
39-
implementation("eu.okaeri:okaeri-configs-binary:6.0.0-beta.24")
39+
implementation("eu.okaeri:okaeri-configs-binary:6.0.0-beta.25")
4040
```
4141

4242
## Usage

binary/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>okaeri-configs</artifactId>
88
<groupId>eu.okaeri</groupId>
9-
<version>6.0.0-beta.24</version>
9+
<version>6.0.0-beta.25</version>
1010
</parent>
1111
<artifactId>okaeri-configs-binary</artifactId>
1212

core-test-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>eu.okaeri</groupId>
99
<artifactId>okaeri-configs</artifactId>
10-
<version>6.0.0-beta.24</version>
10+
<version>6.0.0-beta.25</version>
1111
</parent>
1212

1313
<artifactId>okaeri-configs-test-commons</artifactId>

core-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>eu.okaeri</groupId>
99
<artifactId>okaeri-configs</artifactId>
10-
<version>6.0.0-beta.24</version>
10+
<version>6.0.0-beta.25</version>
1111
</parent>
1212

1313
<artifactId>okaeri-configs-core-test</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.okaeri</groupId>
88
<artifactId>okaeri-configs</artifactId>
9-
<version>6.0.0-beta.24</version>
9+
<version>6.0.0-beta.25</version>
1010
</parent>
1111
<artifactId>okaeri-configs-core</artifactId>
1212

hjson/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add dependency to the `dependencies` section:
2121
<dependency>
2222
<groupId>eu.okaeri</groupId>
2323
<artifactId>okaeri-configs-hjson</artifactId>
24-
<version>6.0.0-beta.24</version>
24+
<version>6.0.0-beta.25</version>
2525
</dependency>
2626
```
2727

@@ -36,7 +36,7 @@ maven("https://repo.okaeri.cloud/releases")
3636
Add dependency to the `dependencies` section:
3737

3838
```kotlin
39-
implementation("eu.okaeri:okaeri-configs-hjson:6.0.0-beta.24")
39+
implementation("eu.okaeri:okaeri-configs-hjson:6.0.0-beta.25")
4040
```
4141

4242
## Usage

hjson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>okaeri-configs</artifactId>
88
<groupId>eu.okaeri</groupId>
9-
<version>6.0.0-beta.24</version>
9+
<version>6.0.0-beta.25</version>
1010
</parent>
1111
<artifactId>okaeri-configs-hjson</artifactId>
1212

json-gson/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add dependency to the `dependencies` section:
2121
<dependency>
2222
<groupId>eu.okaeri</groupId>
2323
<artifactId>okaeri-configs-json-gson</artifactId>
24-
<version>6.0.0-beta.24</version>
24+
<version>6.0.0-beta.25</version>
2525
</dependency>
2626
```
2727

@@ -36,7 +36,7 @@ maven("https://repo.okaeri.cloud/releases")
3636
Add dependency to the `dependencies` section:
3737

3838
```kotlin
39-
implementation("eu.okaeri:okaeri-configs-json-gson:6.0.0-beta.24")
39+
implementation("eu.okaeri:okaeri-configs-json-gson:6.0.0-beta.25")
4040
```
4141

4242
## Limitations

json-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>okaeri-configs</artifactId>
88
<groupId>eu.okaeri</groupId>
9-
<version>6.0.0-beta.24</version>
9+
<version>6.0.0-beta.25</version>
1010
</parent>
1111
<artifactId>okaeri-configs-json-gson</artifactId>
1212

json-jackson/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add dependency to the `dependencies` section:
2121
<dependency>
2222
<groupId>eu.okaeri</groupId>
2323
<artifactId>okaeri-configs-json-jackson</artifactId>
24-
<version>6.0.0-beta.24</version>
24+
<version>6.0.0-beta.25</version>
2525
</dependency>
2626
```
2727

@@ -36,7 +36,7 @@ maven("https://repo.okaeri.cloud/releases")
3636
Add dependency to the `dependencies` section:
3737

3838
```kotlin
39-
implementation("eu.okaeri:okaeri-configs-json-jackson:6.0.0-beta.24")
39+
implementation("eu.okaeri:okaeri-configs-json-jackson:6.0.0-beta.25")
4040
```
4141

4242
## Limitations

0 commit comments

Comments
 (0)