Skip to content

Commit

Permalink
chore: update version for release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Dec 10, 2024
1 parent 8bf35ff commit 637f120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>rapid-sdk</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<rapid-java-sdk.sdk.version>5.2.0</rapid-java-sdk.sdk.version>
<rapid-java-sdk.sdk.version>5.3.0</rapid-java-sdk.sdk.version>
</properties>

<repositories>
Expand Down

0 comments on commit 637f120

Please sign in to comment.