Skip to content

Commit ecd15a7

Browse files
committed
πŸ”– release 1.0.1
1 parent ec4f5b1 commit ecd15a7

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Kdl4J Changelog
22
===============
33

4+
1.0.0
5+
-----
6+
7+
### Fixed
8+
9+
- add missing overrides to `KdValue` implementors (@chmod222)
10+
11+
412
1.0.0
513
-----
614

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Maven:
2626
<dependency>
2727
<groupId>dev.kdl</groupId>
2828
<artifactId>kdl4j</artifactId>
29-
<version>1.0.0</version>
29+
<version>1.0.1</version>
3030
</dependency>
3131
```
3232

3333
Gradle:
3434

3535
```groovy
36-
implementation 'dev.kdl:kdl4j:1.0.0'
36+
implementation 'dev.kdl:kdl4j:1.0.1'
3737
```
3838

3939
Alternatively, you can use the packages [hosted by JitPack](https://jitpack.io/#kdl-org/kdl4j). In

β€Žgradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0
1+
version=1.0.1

0 commit comments

Comments
Β (0)