Skip to content

Commit 33c90c3

Browse files
committed
Updated version strings to 0.4.0
1 parent 384e22f commit 33c90c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919
2020
dependencies {
21-
def knio2Version = '0.3.0'
21+
def knio2Version = '0.4.0'
2222
implementation "io.github.agcom:knio2:$knio2Version"
2323
}
2424
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subprojects {
77
apply plugin: 'kotlin'
88

99
group = 'io.github.agcom'
10-
version = '0.3.0'
10+
version = '0.4.0'
1111

1212
compileKotlin {
1313
kotlinOptions {

0 commit comments

Comments
 (0)