Skip to content

Commit 926809d

Browse files
author
Anthony Roux
committed
bump the SDK version to 1.2.0
1 parent cb034ac commit 926809d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ You can install the SDK via Maven or Gradle.
3434
<dependency>
3535
<groupId>com.amadeus</groupId>
3636
<artifactId>amadeus-java</artifactId>
37-
<version>1.1.0</version>
37+
<version>1.2.0</version>
3838
</dependency>
3939
```
4040
#### Gradle
4141
```js
42-
compile "com.amadeus:amadeus-java:1.1.0"
42+
compile "com.amadeus:amadeus-java:1.2.0"
4343
```
4444

4545
## Getting Started

src/main/java/com/amadeus/Amadeus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class Amadeus extends HTTPClient {
2020
/**
2121
* The API version.
2222
*/
23-
public static final String VERSION = "1.1.0";
23+
public static final String VERSION = 1.2.0;
2424

2525
/**
2626
* <p>

0 commit comments

Comments
 (0)