Skip to content

Commit 45fff20

Browse files
committed
chore: prepare for 0.2.2 release
1 parent 91b18c4 commit 45fff20

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 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.1'
13+
implementation 'app.knock.api:knock-client:0.2.2'
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.1</version>
25+
<version>0.2.2</version>
2626
</dependency>
2727
<!-- more dependencies here -->
2828
</dependencies>
@@ -179,4 +179,4 @@ try {
179179
}
180180
```
181181

182-
If the resource returns an Optional, KnockResourceExceptions are caught, and an empty Optional is returned.
182+
If the resource returns an Optional, KnockResourceExceptions are caught, and an empty Optional is returned.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=0.2.1-SNAPSHOT
1+
version=0.2.2-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)