We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384e22f commit 33c90c3Copy full SHA for 33c90c3
README.md
@@ -18,7 +18,7 @@ repositories {
18
}
19
20
dependencies {
21
- def knio2Version = '0.3.0'
+ def knio2Version = '0.4.0'
22
implementation "io.github.agcom:knio2:$knio2Version"
23
24
```
build.gradle
@@ -7,7 +7,7 @@ subprojects {
7
apply plugin: 'kotlin'
8
9
group = 'io.github.agcom'
10
- version = '0.3.0'
+ version = '0.4.0'
11
12
compileKotlin {
13
kotlinOptions {
0 commit comments