Skip to content

Commit

Permalink
Release 1.14.3 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi authored Jan 19, 2023
1 parent 22d0c21 commit 2c62279
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ repositories {
dependencies {
// Default
implementation 'net.dzikoysk:cdn:1.14.2'
implementation 'net.dzikoysk:cdn:1.14.3'
// Kotlin wrapper
implementation 'net.dzikoysk:cdn-kt:1.14.2'
implementation 'net.dzikoysk:cdn-kt:1.14.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion 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.14.2</version>
<version>1.14.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdn-tests/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.14.2</version>
<version>1.14.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.14.2</version>
<version>1.14.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions 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.14.2</version>
<version>1.14.3</version>

<scm>
<connection>scm:git:https://github.com/dzikoysk/cdn.git</connection>
Expand Down Expand Up @@ -60,7 +60,7 @@
</distributionManagement>

<properties>
<cdn.version>1.14.2</cdn.version>
<cdn.version>1.14.3</cdn.version>
<java.version>1.8</java.version>
<expressible.version>1.2.2</expressible.version>
<kotlin.version>1.7.10</kotlin.version>
Expand Down

0 comments on commit 2c62279

Please sign in to comment.