File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the dependency to your `build.grandle` file as follows:
1010
1111``` groovy
1212dependencies {
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.
Original file line number Diff line number Diff line change 1- version =0.2.1 -SNAPSHOT
1+ version =0.2.2 -SNAPSHOT
22repo.releases.url =https://s01.oss.sonatype.org/service/local/
33repo.snapshots.url =https://s01.oss.sonatype.org/content/repositories/snapshots/
You can’t perform that action at this time.
0 commit comments