Skip to content

Commit 46f0b7d

Browse files
committed
Prepare release v0.0.2
1 parent 2765d06 commit 46f0b7d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ You can install the SDK via Maven or Gradle.
2020
<dependency>
2121
<groupId>com.amadeus</groupId>
2222
<artifactId>amadeus-android</artifactId>
23-
<version>0.0.1</version>
23+
<version>0.0.2</version>
2424
</dependency>
2525
```
2626
#### Gradle
2727
```kotlin
28-
implementation "com.amadeus:amadeus-android:0.0.1"
28+
implementation "com.amadeus:amadeus-android:0.0.2"
2929
```
3030

3131
## Getting Started

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# publication properties
22

3-
VERSION=0.0.1
3+
VERSION=0.0.2
44
GROUP=com.amadeus
55

66
POM_SCM_URL=git@github.com:amadeus4dev/amadeus-android.git

0 commit comments

Comments
 (0)