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 cb034ac commit 926809dCopy full SHA for 926809d
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>1.1.0</version>
+ <version>1.2.0</version>
38
</dependency>
39
```
40
#### Gradle
41
```js
42
-compile "com.amadeus:amadeus-java:1.1.0"
+compile "com.amadeus:amadeus-java:1.2.0"
43
44
45
## Getting Started
src/main/java/com/amadeus/Amadeus.java
@@ -20,7 +20,7 @@ public class Amadeus extends HTTPClient {
20
/**
21
* The API version.
22
*/
23
- public static final String VERSION = "1.1.0";
+ public static final String VERSION = “1.2.0”;
24
25
26
* <p>
0 commit comments