Skip to content

Commit

Permalink
Merge pull request #72 from kdhrubo/feature/9_limit_offset_pagination
Browse files Browse the repository at this point in the history
Feature/9 limit offset pagination
  • Loading branch information
kdhrubo authored Dec 26, 2023
2 parents 1bf606d + b2f1228 commit 14af577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ to install OpenJDK 21.
Now that you have successfully downloaded, installed and verified Java 21, the next step is to get DB2Rest. DB2Rest is shipped
as a single executable Java Archive or jar file So its super easy to get up and running under a minute.

In order to download the latest edition(v-0.0.6) of DB2Rest click [here](https://pub-d494e6f63184463298f75f4d77bde7cb.r2.dev/db2rest-0.0.6.jar "here").
In order to download the latest edition(v-0.0.6) of DB2Rest click [here](https://pub-d494e6f63184463298f75f4d77bde7cb.r2.dev/db2rest-0.0.8.jar "here").

### 3. Run DB2Rest.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.github</groupId>
<artifactId>db2rest</artifactId>
<version>0.0.6</version>
<version>0.0.8</version>
<name>db2rest</name>
<description>db2rest</description>
<properties>
Expand Down

0 comments on commit 14af577

Please sign in to comment.