Skip to content

Commit a617ab1

Browse files
committed
Release 1.9.2
1 parent 973d162 commit a617ab1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ repositories {
3636
3737
dependencies {
3838
// Default
39-
implementation 'net.dzikoysk:cdn:1.9.1'
39+
implementation 'net.dzikoysk:cdn:1.9.2'
4040
// Kotlin wrapper
41-
implementation 'net.dzikoysk:cdn-kt:1.9.1'
41+
implementation 'net.dzikoysk:cdn-kt:1.9.2'
4242
}
4343
```
4444

cdn-kt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>cdn-parent</artifactId>
2121
<groupId>net.dzikoysk</groupId>
22-
<version>1.9.1</version>
22+
<version>1.9.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>net.dzikoysk</groupId>
4040
<artifactId>cdn</artifactId>
41-
<version>1.9.1</version>
41+
<version>1.9.2</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.jetbrains.kotlin</groupId>

cdn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>cdn-parent</artifactId>
2121
<groupId>net.dzikoysk</groupId>
22-
<version>1.9.1</version>
22+
<version>1.9.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

cdn/src/main/java/net/dzikoysk/cdn/model/NamedElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public interface NamedElement<T> extends Element<T> {
2727
/**
2828
* The name of element
2929
*
30-
* @return
30+
* @return element name
3131
*/
3232
String getName();
3333

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>net.dzikoysk</groupId>
2424
<artifactId>cdn-parent</artifactId>
2525
<packaging>pom</packaging>
26-
<version>1.9.1</version>
26+
<version>1.9.2</version>
2727

2828
<scm>
2929
<connection>scm:git:https://github.com/dzikoysk/cdn.git</connection>

0 commit comments

Comments
 (0)