Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Aug 9, 2021
1 parent 973d162 commit a617ab1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ repositories {
dependencies {
// Default
implementation 'net.dzikoysk:cdn:1.9.1'
implementation 'net.dzikoysk:cdn:1.9.2'
// Kotlin wrapper
implementation 'net.dzikoysk:cdn-kt:1.9.1'
implementation 'net.dzikoysk:cdn-kt:1.9.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions cdn-kt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>cdn-parent</artifactId>
<groupId>net.dzikoysk</groupId>
<version>1.9.1</version>
<version>1.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>net.dzikoysk</groupId>
<artifactId>cdn</artifactId>
<version>1.9.1</version>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cdn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>cdn-parent</artifactId>
<groupId>net.dzikoysk</groupId>
<version>1.9.1</version>
<version>1.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdn/src/main/java/net/dzikoysk/cdn/model/NamedElement.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public interface NamedElement<T> extends Element<T> {
/**
* The name of element
*
* @return
* @return element name
*/
String getName();

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>net.dzikoysk</groupId>
<artifactId>cdn-parent</artifactId>
<packaging>pom</packaging>
<version>1.9.1</version>
<version>1.9.2</version>

<scm>
<connection>scm:git:https://github.com/dzikoysk/cdn.git</connection>
Expand Down

0 comments on commit a617ab1

Please sign in to comment.