We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f998566 commit 542f41eCopy full SHA for 542f41e
README.md
@@ -34,12 +34,12 @@ You can install the SDK via Maven or Gradle.
34
<dependency>
35
<groupId>com.amadeus</groupId>
36
<artifactId>amadeus-java</artifactId>
37
- <version>3.2.0</version>
+ <version>3.3.0</version>
38
</dependency>
39
```
40
#### Gradle
41
```js
42
-compile "com.amadeus:amadeus-java:3.2.0"
+compile "com.amadeus:amadeus-java:3.3.0"
43
44
45
## Getting Started
0 commit comments