Skip to content

Commit 915c300

Browse files
committed
chore: prepare v0.2.9 release
1 parent ec6db82 commit 915c300

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the dependency to your `build.grandle` file as follows:
1010

1111
```groovy
1212
dependencies {
13-
implementation 'app.knock.api:knock-client:0.2.8'
13+
implementation 'app.knock.api:knock-client:0.2.9'
1414
}
1515
```
1616

@@ -22,7 +22,7 @@ Or to your `maven.xml` file:
2222
<dependency>
2323
<groupId>app.knock.api</groupId>
2424
<artifactId>knock-client</artifactId>
25-
<version>0.2.8</version>
25+
<version>0.2.9</version>
2626
</dependency>
2727
<!-- more dependencies here -->
2828
</dependencies>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=0.2.8-SNAPSHOT
1+
version=0.2.9-SNAPSHOT
22
repo.releases.url=https://s01.oss.sonatype.org/service/local/
33
repo.snapshots.url=https://s01.oss.sonatype.org/content/repositories/snapshots/

0 commit comments

Comments
 (0)