Skip to content

Commit

Permalink
chore: prepare for 0.2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
francoborr committed Jan 25, 2024
1 parent 1a59dc0 commit cb38ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the dependency to your `build.grandle` file as follows:

```groovy
dependencies {
implementation 'app.knock.api:knock-client:0.2.9'
implementation 'app.knock.api:knock-client:0.2.10'
}
```

Expand All @@ -22,7 +22,7 @@ Or to your `maven.xml` file:
<dependency>
<groupId>app.knock.api</groupId>
<artifactId>knock-client</artifactId>
<version>0.2.9</version>
<version>0.2.10</version>
</dependency>
<!-- more dependencies here -->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.2.9-SNAPSHOT
version=0.2.10-SNAPSHOT
repo.releases.url=https://s01.oss.sonatype.org/service/local/
repo.snapshots.url=https://s01.oss.sonatype.org/content/repositories/snapshots/

0 comments on commit cb38ff4

Please sign in to comment.