Skip to content

Commit 563e589

Browse files
committed
Updated version strings to 0.2.0
1 parent 5f59ebf commit 563e589

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
@@ -11,7 +11,7 @@ repositories {
1111
}
1212
1313
dependencies {
14-
def knio2Version = '0.1.0'
14+
def knio2Version = '0.2.0'
1515
implementation "io.github.agcom:knio2:$knio2Version"
1616
}
1717
```

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.1.0'
10+
version = '0.2.0'
1111

1212
compileKotlin {
1313
kotlinOptions {

0 commit comments

Comments
 (0)