File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/kotlin/de/gmuth/ipp/client Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # ipp-client v3.4
1
+ # ipp-client v3.5
2
2
3
3
A client implementation of the ipp protocol for java and kotlin.
4
4
RFCs
@@ -23,7 +23,7 @@ supports printer lookup by queue name.
23
23
Repository [ ipp-samples] ( https://github.com/gmuth/ipp-samples ) contains examples how to use jmDNS.
24
24
25
25
```
26
- implementation("de.gmuth:ipp-client:3.4 ")
26
+ implementation("de.gmuth:ipp-client:3.5 ")
27
27
```
28
28
29
29
[ README.md for version 2.x] ( https://github.com/gmuth/ipp-client-kotlin/blob/2.5/README.md ) is still available.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
20
20
}
21
21
22
22
group = " de.gmuth"
23
- version = " 3.4 "
23
+ version = " 3.5 "
24
24
25
25
repositories {
26
26
mavenCentral()
Original file line number Diff line number Diff line change 1
1
package de.gmuth.ipp.client
2
2
3
3
/* *
4
- * Copyright (c) 2021-2024 Gerhard Muth
4
+ * Copyright (c) 2021-2025 Gerhard Muth
5
5
*/
6
6
7
7
import java.nio.charset.Charset
@@ -23,7 +23,7 @@ class IppConfig(
23
23
24
24
// HTTP config
25
25
var timeout : Duration = Duration .ofSeconds(30),
26
- var userAgent : String? = " ipp-client/3.4 " ,
26
+ var userAgent : String? = " ipp-client/3.5 " ,
27
27
var password : String? = null ,
28
28
var sslContext : SSLContext ? = null ,
29
29
// trust any certificate: sslContextForAnyCertificate()
You can’t perform that action at this time.
0 commit comments